]> www.fi.muni.cz Git - evince.git/commitdiff
Add ellipsis to the Find... menu item, as dictated by the GNOME HIG. Fixes
authorWouter Bolsterlee <uws+gnome@xs4all.nl>
Fri, 21 Apr 2006 15:06:28 +0000 (15:06 +0000)
committerWouter Bolsterlee <wbolster@src.gnome.org>
Fri, 21 Apr 2006 15:06:28 +0000 (15:06 +0000)
2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>

* shell/ev-window.c: Add ellipsis to the Find... menu item, as
dictated by the GNOME HIG. Fixes bug #339235.

ChangeLog
shell/ev-window.c

index 74be37a86c88818703310c19d300e9b8b4fcfe74..978ba6cbd69d08b896a530a39606649bb033766e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
+
+       * shell/ev-window.c: Add ellipsis to the Find... menu item, as
+       dictated by the GNOME HIG. Fixes bug #339235.
+
 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
 
        * data/evince-ui.xml:
index cce9d76504ff83d0b3d4c21e57182f9d1d7a07b3..f0dc8bb3a57cda3bea0f485d7135347f6fbe7a11 100644 (file)
@@ -2853,7 +2853,7 @@ static const GtkActionEntry entries[] = {
           G_CALLBACK (ev_window_cmd_edit_copy) },
        { "EditSelectAll", NULL, N_("Select _All"), "<control>A", NULL,
          G_CALLBACK (ev_window_cmd_edit_select_all) },
-        { "EditFind", GTK_STOCK_FIND, NULL, "<control>F",
+        { "EditFind", GTK_STOCK_FIND, N_("_Find..."), "<control>F",
           N_("Find a word or phrase in the document"),
           G_CALLBACK (ev_window_cmd_edit_find) },
        { "EditFindNext", NULL, N_("Find Ne_xt"), "<control>G", NULL,