diff options
author | George Hazan <george.hazan@gmail.com> | 2012-07-14 10:12:36 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-07-14 10:12:36 +0000 |
commit | 37c5c41cf26d3ede0495675d8749f297b51cfe72 (patch) | |
tree | de86b067c4aa62dfe60b9845a3be6b2ae2baf7a5 /tools/dbtool/main.cpp | |
parent | 7a917d3884e32266bd8645287c558fe095e986a3 (diff) |
kernel langpack for dbtool
git-svn-id: http://svn.miranda-ng.org/main/trunk@963 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'tools/dbtool/main.cpp')
-rw-r--r-- | tools/dbtool/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/dbtool/main.cpp b/tools/dbtool/main.cpp index fb4657fc53..9297ba66e1 100644 --- a/tools/dbtool/main.cpp +++ b/tools/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;
}
|