Alexandre Julliard : localspl: Use neutral language for the version resource.
Module: wine Branch: master Commit: 0b3a58090a634c532a0edccb404cce39aec2e3d7 URL: http://source.winehq.org/git/wine.git/?a=commit;h=0b3a58090a634c532a0edccb40... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Tue Jul 9 15:47:26 2013 +0200 localspl: Use neutral language for the version resource. --- dlls/localspl/localspl.rc | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/dlls/localspl/localspl.rc b/dlls/localspl/localspl.rc index fc8fe22..2b8f698 100644 --- a/dlls/localspl/localspl.rc +++ b/dlls/localspl/localspl.rc @@ -29,6 +29,8 @@ STRINGTABLE IDS_LOCALMONITOR "Local Monitor" } +LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL + #define WINE_FILENAME_STR "localspl.dll" #define WINE_FILEDESCRIPTION_STR "Wine Printer spooler component"
participants (1)
-
Alexandre Julliard