Fixed default language.
authorIain Patterson <me@iain.cx>
Thu, 24 May 2012 21:15:13 +0000 (22:15 +0100)
committerIain Patterson <me@iain.cx>
Thu, 24 May 2012 21:18:53 +0000 (22:18 +0100)
The GUI was appearing in French if the display language was set to
anything other than English.  Ensure English is the default language by
defining the English resources as English US not English UK.

Spotted by Emilio Frini but apologies must go to François-Régis Tardy
who included the change along with his translations.  I didn't apply it
because I didn't realise that things wouldn't work without it.

nssm.rc

diff --git a/nssm.rc b/nssm.rc
index f78ba08..1a7e23a 100644 (file)
--- a/nssm.rc
+++ b/nssm.rc
@@ -17,7 +17,7 @@
 \r
 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENG)\r
 #ifdef _WIN32\r
-LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_UK\r
+LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US\r
 #pragma code_page(1252)\r
 #endif //_WIN32\r
 \r
@@ -62,6 +62,7 @@ IDI_NSSM                ICON                    "nssm.ico"
 IDD_INSTALL DIALOG  0, 0, 220, 90\r
 STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU\r
 CAPTION "NSSM service installer"\r
+LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US\r
 FONT 8, "MS Sans Serif"\r
 BEGIN\r
     DEFPUSHBUTTON   "Install service",IDC_OK,55,69,50,14\r