Skip to content

Commit

Permalink
Update SettingsPage-Game-DiskDrive.cpp
Browse files Browse the repository at this point in the history
Fix spacing, title case, and capitalization
  • Loading branch information
DerekTurtleRoe committed Mar 18, 2021
1 parent 334058a commit 114757b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ CGameDiskDrivePage::CGameDiskDrivePage(HWND hParent, const RECT & rcDispay)
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());

CModifiedComboBox* ComboBox;
Expand Down

0 comments on commit 114757b

Please sign in to comment.