[1/6] dinput: Added ConfigureDevices dialog (try 3)

Octavian Voicu octavian.voicu at gmail.com
Thu Sep 1 18:14:24 CDT 2011


On Thu, Sep 1, 2011 at 9:34 PM, Lucas Fialho Zawacki
<lfzawacki at 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



More information about the wine-devel mailing list