summaryrefslogtreecommitdiff
path: root/tools/dbtool/main.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-07-14 10:12:36 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-07-14 10:12:36 +0000
commit37c5c41cf26d3ede0495675d8749f297b51cfe72 (patch)
treede86b067c4aa62dfe60b9845a3be6b2ae2baf7a5 /tools/dbtool/main.cpp
parent7a917d3884e32266bd8645287c558fe095e986a3 (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.cpp1
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;
}