Skip to content

Commit

Permalink
shell: fix menu-accel for inverted colors
Browse files Browse the repository at this point in the history
fixes conflict with zoom_in
  • Loading branch information
raveit65 committed Mar 16, 2018
1 parent 1c2e9ea commit 8770730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/ev-window.c
Original file line number Diff line number Diff line change
Expand Up @@ -6446,7 +6446,7 @@ static const GtkToggleActionEntry toggle_entries[] = {
{ "ViewFitWidth", EV_STOCK_ZOOM_WIDTH, N_("Fit _Width"), "w",
N_("Make the current document fill the window width"),
G_CALLBACK (ev_window_cmd_view_fit_width) },
{ "ViewInvertedColors", EV_STOCK_INVERTED_COLORS, N_("_Inverted Colors"), "<control>I",
{ "ViewInvertedColors", EV_STOCK_INVERTED_COLORS, N_("Inverted _Colors"), "<control>I",
N_("Show page contents with the colors inverted"),
G_CALLBACK (ev_window_cmd_view_inverted_colors) },
{ "ViewCaretNavigation", "gtk-index", N_("Caret _Navigation"), "F7",
Expand Down

0 comments on commit 8770730

Please sign in to comment.