[Xfce4-commits] <ristretto:master> Correct last faulty string (Fix bug #8723)
Stephan Arts
noreply at xfce.org
Sun Apr 22 09:38:01 CEST 2012
Updating branch refs/heads/master
to c3fba28116a87ab86210aee4b61e42286d7c717c (commit)
from e4cbaf775c94d6376490bfb88ae57616f5d039eb (commit)
commit c3fba28116a87ab86210aee4b61e42286d7c717c
Author: Masato Hashimoto <cabezon.hashimoto at gmail.com>
Date: Sun Apr 22 09:36:34 2012 +0200
Correct last faulty string (Fix bug #8723)
Signed-off-by: Stephan Arts <stephan at xfce.org>
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 e415376..cc54f7b 100644
--- a/src/main_window.c
+++ b/src/main_window.c
@@ -1319,7 +1319,7 @@ rstto_main_window_image_list_iter_changed (RsttoMainWindow *window)
gtk_menu_shell_append (GTK_MENU_SHELL (open_with_menu), menu_item);
g_signal_connect(G_OBJECT(menu_item), "activate", G_CALLBACK(cb_rstto_main_window_open_with_other_app), window);
- menu_item = gtk_menu_item_new_with_mnemonic (_("Open With Other _Application"));
+ menu_item = gtk_menu_item_new_with_mnemonic (_("Open With Other _Application..."));
gtk_menu_shell_append (GTK_MENU_SHELL (open_with_window_menu), menu_item);
g_signal_connect(G_OBJECT(menu_item), "activate", G_CALLBACK(cb_rstto_main_window_open_with_other_app), window);
More information about the Xfce4-commits
mailing list