]> www.fi.muni.cz Git - evince.git/commitdiff
fixed typo, closes bug 166897
authorBryan Clark <clarkbw@cvs.gnome.org>
Fri, 11 Feb 2005 23:31:57 +0000 (23:31 +0000)
committerBryan W Clark <clarkbw@src.gnome.org>
Fri, 11 Feb 2005 23:31:57 +0000 (23:31 +0000)
2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>

        * shell/ev-window.c: fixed typo, closes bug 166897

        * TODO: updated TODO with bug numbers that are relevant

ChangeLog
TODO
shell/ev-window.c

index e3f8f3a1309ccdeb0ffee6537f66cd191bc71dd3..1258ab8516623047d8d9c5d18b0b8f8eabd563de 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
+
+       * shell/ev-window.c: fixed typo, closes bug 166897
+
+       * TODO: updated TODO with bug numbers that are relevant
+
 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
 
        * shell/ev-window.c: Support for DnD of files. Fixes #164813
diff --git a/TODO b/TODO
index 4e6ef58b6f2d415914997daa824c316f6eea373f..73d4b0d2774841ce5be28c6876e67518235c0754 100644 (file)
--- 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.
 
index fdcb26478bd7d6d0223acac8778bc2d8e0d762e4..a1d74f686c6701b8510384f04ea5753254d327f8 100644 (file)
@@ -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, "<control>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"),