From: Marco Pesenti Gritti Date: Mon, 9 May 2005 10:17:11 +0000 (+0000) Subject: Slash -> Find X-Git-Tag: EVINCE_0_3_1~57 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=08693866e1d7b85df9d362eb4412e94959b3948d;p=evince.git Slash -> Find 2005-05-09 Marco Pesenti Gritti * data/evince-ui.xml: * shell/ev-window.c: Slash -> Find --- diff --git a/ChangeLog b/ChangeLog index 82a35d36..8b4f96bf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-05-09 Marco Pesenti Gritti + + * data/evince-ui.xml: + * shell/ev-window.c: + + Slash -> Find + 2005-05-09 Thomas de Grenier de Latour * configure.ac: diff --git a/data/evince-ui.xml b/data/evince-ui.xml index 3d08cc5c..973a0d71 100644 --- a/data/evince-ui.xml +++ b/data/evince-ui.xml @@ -76,4 +76,6 @@ + + diff --git a/shell/ev-window.c b/shell/ev-window.c index 2f102bf6..652d4355 100644 --- a/shell/ev-window.c +++ b/shell/ev-window.c @@ -2260,8 +2260,12 @@ static const GtkActionEntry entries[] = { N_("Leave fullscreen mode"), G_CALLBACK (ev_window_cmd_leave_fullscreen) }, + /* Accellerators */ { "Escape", NULL, N_("Selection Caret"), "Escape", "", - G_CALLBACK (ev_window_cmd_escape) } + G_CALLBACK (ev_window_cmd_escape) }, + { "Slash", GTK_STOCK_FIND, NULL, "slash", + N_("Find a word or phrase in the document"), + G_CALLBACK (ev_window_cmd_edit_find) } }; /* Toggle items */