Update SettingsPage-Game-General.cpp
Fix spacing, title case, and capitalization
This commit is contained in:
parent
114757b1fb
commit
861cea4b4c
|
@ -10,7 +10,7 @@ CGameGeneralPage::CGameGeneralPage(HWND hParent, const RECT & rcDispay)
|
|||
return;
|
||||
}
|
||||
|
||||
//Set the text for all gui Items
|
||||
// Set the text for all GUI items
|
||||
SetDlgItemText(IDC_GOOD_NAME_TEXT, wGS(RB_GOODNAME).c_str());
|
||||
|
||||
SetDlgItemText(IDC_MEMORY_SIZE_TEXT, wGS(ROM_MEM_SIZE).c_str());
|
||||
|
|
Loading…
Reference in New Issue