Update SettingsPage-Game-DiskDrive.cpp
Fix spacing, title case, and capitalization
This commit is contained in:
parent
334058af9b
commit
114757b1fb
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue