diff options
-rw-r--r-- | plugins/Dbx_mmap_SA/Dbtool/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Dbx_mmap_SA/Dbtool/main.cpp b/plugins/Dbx_mmap_SA/Dbtool/main.cpp index bdfb5ce706..d505751bd5 100644 --- a/plugins/Dbx_mmap_SA/Dbtool/main.cpp +++ b/plugins/Dbx_mmap_SA/Dbtool/main.cpp @@ -27,6 +27,7 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine {
hInst=hInstance;
InitCommonControls();
+ LoadLangPackModule();
DialogBox(hInst,MAKEINTRESOURCE(IDD_WIZARD),NULL,WizardDlgProc);
return 0;
}
|