Update Settings Config.cpp
Fixed Dialog title in RDB Edit Mode
This commit is contained in:
parent
b7d401019e
commit
c10da0232e
|
@ -112,7 +112,7 @@ LRESULT CSettingConfig::OnInitDialog(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*
|
||||||
{
|
{
|
||||||
if (g_Settings->LoadBool(Setting_RdbEditor))
|
if (g_Settings->LoadBool(Setting_RdbEditor))
|
||||||
{
|
{
|
||||||
SetWindowText(stdstr_f("%s ** RDB Edit Mode **",GS(OPTIONS_TITLE)).c_str());
|
SetWindowText(stdstr_f("%ws ** RDB Edit Mode **",GS(OPTIONS_TITLE)).c_str());
|
||||||
} else {
|
} else {
|
||||||
::SetWindowTextW(m_hWnd, GS(OPTIONS_TITLE));
|
::SetWindowTextW(m_hWnd, GS(OPTIONS_TITLE));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue