Merge pull request #785 from Nekokabu/patch-3

Update Settings Config.cpp
This commit is contained in:
zilmar 2015-11-27 05:51:11 +11:00
commit 4b5fb9515d
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));
}