Skip to content

Commit

Permalink
Use the same label for toolbar buttons tooltip than in main menu.
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurent Monin committed May 23, 2008
1 parent 2d39c9d commit 6e80a2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/layout_util.c
Original file line number Diff line number Diff line change
Expand Up @@ -1567,9 +1567,9 @@ GtkWidget *layout_button_bar(LayoutWindow *lw)
pref_toolbar_button(box, GTK_STOCK_ZOOM_100, NULL, FALSE,
_("Set zoom 1:1"), G_CALLBACK(layout_button_zoom_1_1_cb), lw);
pref_toolbar_button(box, GTK_STOCK_PREFERENCES, NULL, FALSE,
_("Configure options"), G_CALLBACK(layout_button_config_cb), lw);
_("Preferences"), G_CALLBACK(layout_button_config_cb), lw);
button = pref_toolbar_button(box, NULL, _("_Float"), FALSE,
_("Float Controls"), G_CALLBACK(layout_button_float_cb), lw);
_("Float file list"), G_CALLBACK(layout_button_float_cb), lw);
layout_button_custom_icon(button, PIXBUF_INLINE_ICON_FLOAT);

return box;
Expand Down

0 comments on commit 6e80a2d

Please sign in to comment.