mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-11 12:15:14 +00:00
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:
parent
7555b7133b
commit
77bbab7886
@ -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"));
|
||||
|
Loading…
x
Reference in New Issue
Block a user