[Xfce4-commits] <ristretto:master> Add tooltip with delete button
Stephan Arts
noreply at xfce.org
Tue Aug 9 20:38:02 CEST 2011
Updating branch refs/heads/master
to f0b4198dbf8bbe89ae8e9c03c1ea0f51bd9d394b (commit)
from db13518863fd0ca214d236aa64a5525776606d21 (commit)
commit f0b4198dbf8bbe89ae8e9c03c1ea0f51bd9d394b
Author: Stephan Arts <stephan at xfce.org>
Date: Tue Aug 9 19:44:29 2011 +0200
Add tooltip with delete button
src/main_window.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main_window.c b/src/main_window.c
index c8e552d..c7fddad 100644
--- a/src/main_window.c
+++ b/src/main_window.c
@@ -278,7 +278,7 @@ static GtkActionEntry action_entries[] =
{ "edit-menu", NULL, N_ ("_Edit"), NULL, },
{ "open-with-menu", NULL, N_ ("_Open with..."), NULL, },
{ "sorting-menu", NULL, N_ ("_Sorting"), NULL, },
- { "delete", GTK_STOCK_DELETE, N_ ("_Delete"), "Delete", NULL, G_CALLBACK (cb_rstto_main_window_delete), },
+ { "delete", GTK_STOCK_DELETE, N_ ("_Delete"), "Delete", N_ ("Delete this image from disk"), G_CALLBACK (cb_rstto_main_window_delete), },
{ "clear-private-data", GTK_STOCK_PREFERENCES, N_ ("_Clear private data"), "<control><shift>Delete", NULL, G_CALLBACK(cb_rstto_main_window_clear_private_data), },
{ "preferences", GTK_STOCK_PREFERENCES, N_ ("_Preferences"), NULL, NULL, G_CALLBACK (cb_rstto_main_window_preferences), },
/* View Menu */
More information about the Xfce4-commits
mailing list