Update SettingsPage-AdvancedOptions.cpp

Fix spacing, title case, and capitalization
This commit is contained in:
Derek "Turtle" Roe 2021-03-17 21:07:05 -05:00
parent 1249e1f9f0
commit adafb8b8ac
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ CAdvancedOptionsPage::CAdvancedOptionsPage(HWND hParent, const RECT & rcDispay)
return;
}
//Set the text for all gui Items
// Set the text for all GUI items
SetDlgItemText(IDC_START_ON_ROM_OPEN, wGS(ADVANCE_AUTO_START).c_str());
SetDlgItemText(IDC_ZIP, wGS(ADVANCE_COMPRESS).c_str());
SetDlgItemText(IDC_DEBUGGER, wGS(ADVANCE_DEBUGGER).c_str());