Update SettingsConfig.cpp

This commit is contained in:
Nekokabu 2015-12-26 14:23:42 +09:00
parent 53ddd7e78c
commit f6ccd297d0
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))
{
::SetWindowTextW(m_hWnd, stdwstr_f(L"%ws ** RDB Edit Mode **", wGS(OPTIONS_TITLE).c_str() ).c_str());
SetWindowTextW(m_hWnd, stdstr_f("%s ** RDB Edit Mode **", GS(OPTIONS_TITLE)).ToUTF16().c_str());
}
else
{