Use correct existing titlescreen icon in the Hotkey preferences dialog

The name in the code was icons/icon-title_screen.png, but LordBob
commited it as icons/icon-titlescreen.png instead. Since no other icon
in the directory uses underscores, let's stick to LordBob's spelling.
This commit is contained in:
Ignacio R. Morelle 2014-02-07 18:11:57 -03:00
parent 7555b7133b
commit 77bbab7886

View File

@ -214,7 +214,7 @@ void show_hotkeys_preferences_dialog(display& disp) {
// tab names and icons
items.push_back(pre + "general.png" + sep
+ sgettext("Prefs section^General"));
items.push_back(pre + "title_screen.png" + sep
items.push_back(pre + "titlescreen.png" + sep
+ sgettext("Prefs section^Title Screen"));
items.push_back(pre + "game.png" + sep
+ sgettext("Prefs section^Game"));