From: Bryan Clark Date: Fri, 11 Feb 2005 23:31:57 +0000 (+0000) Subject: fixed typo, closes bug 166897 X-Git-Tag: EVINCE_0_1_5~60 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=778e7c75fd2ff4453f4d45a6313f7da7c92ffa73;p=evince.git fixed typo, closes bug 166897 2005-02-11 Bryan Clark * shell/ev-window.c: fixed typo, closes bug 166897 * TODO: updated TODO with bug numbers that are relevant --- diff --git a/ChangeLog b/ChangeLog index e3f8f3a1..1258ab85 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-02-11 Bryan Clark + + * shell/ev-window.c: fixed typo, closes bug 166897 + + * TODO: updated TODO with bug numbers that are relevant + 2005-02-09 Carlos Garcia Campos * shell/ev-window.c: Support for DnD of files. Fixes #164813 diff --git a/TODO b/TODO index 4e6ef58b..73d4b0d2 100644 --- a/TODO +++ b/TODO @@ -7,18 +7,21 @@ Improve Find system Move to three page views: * Single page (prolly default for some backends) - * Continuous scrolling + * Continuous scrolling bug 164597 * Side-by-side continuous scrolling -Sidebar improvements for ps/pixbuf, or PDF files without a TOC. +Sidebar improvements for ps/pixbuf, or PDF files without a TOC. bug 164811 -Improve look of combobox Thumbnails/Index +Improve look of combobox Thumbnails/Index bug 166683 -Print Page Selection (libgnomeprintui?) +Improve Printing Support: (libgnomeprintui?) -Document Properties Dialog for document meta-data + * Print Page Selection + * Print Page Layout bug 166564 -Provide Desktop icon Thumbnailer for Documents +Document Properties Dialog for document meta-data bug 164843 + +Provide Desktop icon Thumbnailer for Documents bug 163789 Make an object that handles the page count. diff --git a/shell/ev-window.c b/shell/ev-window.c index fdcb2647..a1d74f68 100644 --- a/shell/ev-window.c +++ b/shell/ev-window.c @@ -1620,7 +1620,7 @@ static GtkActionEntry entries[] = { N_("Shrink the document"), G_CALLBACK (ev_window_cmd_view_zoom_out) }, { "ViewNormalSize", GTK_STOCK_ZOOM_100, NULL, "0", - N_("Reset the zoom level to the defaul value"), + N_("Reset the zoom level to the default value"), G_CALLBACK (ev_window_cmd_view_normal_size) }, { "ViewBestFit", EV_STOCK_ZOOM_PAGE, N_("_Best Fit"), NULL, N_("Make the current document fill the window"),