We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7152b2 commit 3d9af3bCopy full SHA for 3d9af3b
Settings/Controls/Dialog.cpp
@@ -4,6 +4,7 @@
4
#include "Dialog.h"
5
6
#include "../../3RVX/Logger.h"
7
+#include "../UITranslator.h"
8
#include "Control.h"
9
10
Dialog::Dialog(LPCWSTR className, LPCWSTR dlgTemplate) :
@@ -14,6 +15,8 @@ Window(className) {
14
15
Window::Handle(),
16
StaticDialogProc,
17
(LPARAM) this);
18
+
19
+ UITranslator::TranslateWindowText(_dlgHwnd);
20
}
21
22
void Dialog::AddControl(Control *control) {
0 commit comments