From: Bryan Clark Date: Wed, 16 Feb 2005 19:06:40 +0000 (+0000) Subject: added ellipsis to Print item. Fixes bug 166915 X-Git-Tag: EVINCE_0_1_5~46 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=25043e8e41a328fe9e06bb0728c63156a11fe896;p=evince.git added ellipsis to Print item. Fixes bug 166915 2005-02-16 Bryan Clark * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915 --- diff --git a/ChangeLog b/ChangeLog index c0d5a399..7b7b3040 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-02-16 Bryan Clark + + * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915 + 2005-02-16 Marco Pesenti Gritti * shell/ev-view.c: (ev_view_realize), (highlight_find_results), diff --git a/shell/ev-window.c b/shell/ev-window.c index 387e998c..58e2bfa4 100644 --- a/shell/ev-window.c +++ b/shell/ev-window.c @@ -1840,7 +1840,7 @@ static GtkActionEntry entries[] = { { "FileSaveAs", GTK_STOCK_SAVE_AS, N_("_Save a Copy..."), NULL, N_("Save the current document with a new filename"), G_CALLBACK (ev_window_cmd_save_as) }, - { "FilePrint", GTK_STOCK_PRINT, NULL, "P", + { "FilePrint", GTK_STOCK_PRINT, N_("Print..."), "P", N_("Print this document"), G_CALLBACK (ev_window_cmd_file_print) }, { "FileCloseWindow", GTK_STOCK_CLOSE, NULL, "W",