mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
+ add: German strings for dialogs (content) and etc.
This commit is contained in:
parent
6589983920
commit
1b4f92cd45
Binary file not shown.
Binary file not shown.
@ -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);
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user