Update SettingsPage-Game-DiskDrive.cpp

Fix spacing, title case, and capitalization
This commit is contained in:
Derek "Turtle" Roe 2021-03-17 21:08:54 -05:00
parent 334058af9b
commit 114757b1fb
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ CGameDiskDrivePage::CGameDiskDrivePage(HWND hParent, const RECT & rcDispay)
return; return;
} }
//Set the text for all gui Items // Set the text for all GUI items
SetDlgItemText(IDC_DISKSEEKTIMING_TEXT2, wGS(ROM_DISK_SEEK_TIMING).c_str()); SetDlgItemText(IDC_DISKSEEKTIMING_TEXT2, wGS(ROM_DISK_SEEK_TIMING).c_str());
CModifiedComboBox* ComboBox; CModifiedComboBox* ComboBox;