Update SettingsPage-Game-Recompiler.cpp
Fix spacing, title case, capitalization, and add newline
This commit is contained in:
parent
ebeddb8d47
commit
9a56d4ca9b
|
@ -10,7 +10,7 @@ CGameRecompilePage::CGameRecompilePage(HWND hParent, const RECT & rcDispay)
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
//Set the text for all gui Items
|
// Set the text for all GUI items
|
||||||
SetDlgItemText(IDC_CPU_TYPE_TEXT, wGS(ROM_CPU_STYLE).c_str());
|
SetDlgItemText(IDC_CPU_TYPE_TEXT, wGS(ROM_CPU_STYLE).c_str());
|
||||||
SetDlgItemText(IDC_FUNCFIND_TEXT, wGS(ROM_FUNC_FIND).c_str());
|
SetDlgItemText(IDC_FUNCFIND_TEXT, wGS(ROM_FUNC_FIND).c_str());
|
||||||
|
|
||||||
|
@ -84,4 +84,4 @@ bool CGameRecompilePage::EnableReset(void)
|
||||||
void CGameRecompilePage::ResetPage()
|
void CGameRecompilePage::ResetPage()
|
||||||
{
|
{
|
||||||
CSettingsPageImpl<CGameRecompilePage>::ResetPage();
|
CSettingsPageImpl<CGameRecompilePage>::ResetPage();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue