summaryrefslogtreecommitdiff
path: root/tools/dbtool/main.cpp
diff options
context:
space:
mode:
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;
}