+ add: German strings for dialogs (content) and etc.

This commit is contained in:
Rainer Kottenhoff 2018-06-03 17:24:47 +02:00
parent 6589983920
commit 1b4f92cd45
3 changed files with 3 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@ -288,9 +288,11 @@ void DisplayCmdLineHelp(HWND hwnd)
mbp.lpszIcon = MAKEINTRESOURCE(IDR_MAINWND);
mbp.dwContextHelpId = 0;
mbp.lpfnMsgBoxCallback = NULL;
mbp.dwLanguageId = MAKELANGID(LANG_NEUTRAL,SUBLANG_NEUTRAL);
mbp.dwLanguageId = g_iPrefLngLocID;
MessageBoxIndirect(&mbp);
//MsgBoxLng(MBINFO, IDS_MUI_CMDLINEHELP);
}