Update Settings Config.cpp

Fixed Dialog title in RDB Edit Mode
This commit is contained in:
Nekokabu 2015-11-26 23:03:46 +09:00
parent b7d401019e
commit c10da0232e
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ LRESULT CSettingConfig::OnInitDialog(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*
{
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 {
::SetWindowTextW(m_hWnd, GS(OPTIONS_TITLE));
}