diff options
author | Felix Riemann <[email protected]> | 2012-02-15 14:35:11 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-07-08 12:29:16 +0200 |
commit | d7910a620e3fb83796f93acbd80fb10c546eb662 (patch) | |
tree | 0a51f01482b246a4fc1d8ceac0d4aefb4e4f4930 /src | |
parent | de32a70a10f8616e0669cbca9028be8ae842ba9c (diff) | |
download | eom-d7910a620e3fb83796f93acbd80fb10c546eb662.tar.bz2 eom-d7910a620e3fb83796f93acbd80fb10c546eb662.tar.xz |
MetadataSidebar: Add a tooltip to the folder button
origin commit:
https://gitlab.gnome.org/GNOME/eog/commit/d82064e
Diffstat (limited to 'src')
-rw-r--r-- | src/eom-metadata-sidebar.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/eom-metadata-sidebar.c b/src/eom-metadata-sidebar.c index 6e44435..5f36e42 100644 --- a/src/eom-metadata-sidebar.c +++ b/src/eom-metadata-sidebar.c @@ -514,6 +514,8 @@ eom_metadata_sidebar_init (EomMetadataSidebar *sidebar) gtk_widget_set_margin_left (priv->folder_button, 12); gtk_widget_set_margin_right (priv->folder_button, 12); gtk_widget_set_margin_top (priv->folder_button, 3); + gtk_widget_set_tooltip_text (priv->folder_button, _("Show the folder " + "which contains this file in the file manager")); gtk_box_pack_end (GTK_BOX (label), priv->folder_button, FALSE, FALSE, 0); } |