diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-07-14 16:05:45 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-07-14 16:05:45 +0000 |
commit | bba2252d0df595cb6657edb361b98188a9c7d9d8 (patch) | |
tree | a4aef761a85307c1769a1445b1570ffa5f501788 /plugins | |
parent | 3d64cefb8851fcf43b9c6109abdddaf71e340a71 (diff) |
kernel langpack for dbtool_sa too
git-svn-id: http://svn.miranda-ng.org/main/trunk@966 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-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;
}
|