]> www.fi.muni.cz Git - evince.git/commitdiff
zoom fix.
authorMichael Meeks <mmeeks@src.gnome.org>
Sun, 22 Aug 1999 23:01:44 +0000 (23:01 +0000)
committerMichael Meeks <mmeeks@src.gnome.org>
Sun, 22 Aug 1999 23:01:44 +0000 (23:01 +0000)
pdf/xpdf/gpdf.cc

index 633ab234a865b572e46aca249d1f07b8ef05f85a..5fc249eb23d4c104fa1dc0602c57166a2c282aa8 100644 (file)
@@ -107,7 +107,7 @@ static GnomeUIInfo container_file_menu [] = {
 static GnomeUIInfo container_menu_zoom [] = {
        { GNOME_APP_UI_ITEM, N_("_Zoom in"),
          N_("Increase the size of objects in the PDF"),
-         NULL, zoom_in_cmd },
+         zoom_in_cmd },
        { GNOME_APP_UI_ITEM, N_("_Zoom out"),
          N_("Decrease the size of objects in the PDF"),
          zoom_out_cmd },