On Thu, Sep 1, 2011 at 9:34 PM, Lucas Fialho Zawacki lfzawacki@gmail.com wrote:
+STRINGTABLE +BEGIN
- IDS_ACTIONCOLUMN "Action"
- IDS_OBJECTCOLUMN "Object"
+END
I think you should only keep the string table in dinput.rc. The dialog(s) should go in En.rc so they can be localized, like it's done in winecfg [1]. You probably should also add this to both .rc files:
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
Octavian
[1] http://source.winehq.org/git/wine.git/tree/HEAD:/programs/winecfg