Skip to content

Commit

Permalink
tpreferences: different icon for Hotkey section
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Feb 29, 2016
1 parent 2bc3faf commit be5164d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/dialogs/preferences_dialog.cpp
Expand Up @@ -1075,7 +1075,7 @@ void tpreferences::pre_show(CVideo& /*video*/, twindow& window)
add_pager_row(selector, "music.png", _("Prefs section^Sound"));
add_pager_row(selector, "multiplayer.png", _("Prefs section^Multiplayer"));
add_pager_row(selector, "advanced.png", _("Prefs section^Advanced"));
add_pager_row(selector, "advanced.png", _("Prefs section^Hotkeys"));
add_pager_row(selector, "game.png", _("Prefs section^Hotkeys"));

// Initializes tabs for the various pages. This should be done before
// setting up the member callbacks.
Expand Down

0 comments on commit be5164d

Please sign in to comment.