Skip to content

Commit

Permalink
Added new icon for hotkeys preferences
Browse files Browse the repository at this point in the history
  • Loading branch information
ln-zookeeper committed Mar 5, 2016
1 parent 8bff482 commit d891023
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added images/icons/icon-hotkeys.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/gui/dialogs/preferences_dialog.cpp
Expand Up @@ -1130,7 +1130,7 @@ void tpreferences::pre_show(CVideo& /*video*/, twindow& window)
window.keyboard_capture(&selector);

add_pager_row(selector, "general.png", _("Prefs section^General"));
add_pager_row(selector, "game.png", _("Prefs section^Hotkeys"));
add_pager_row(selector, "hotkeys.png", _("Prefs section^Hotkeys"));
add_pager_row(selector, "display.png", _("Prefs section^Display"));
add_pager_row(selector, "music.png", _("Prefs section^Sound"));
add_pager_row(selector, "multiplayer.png", _("Prefs section^Multiplayer"));
Expand Down

0 comments on commit d891023

Please sign in to comment.