From: Michael Meeks Date: Sun, 22 Aug 1999 23:01:44 +0000 (+0000) Subject: zoom fix. X-Git-Tag: ChangeLog~13 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;ds=inline;h=9ba1814ab3299570c586ff83dfa4d2dee44eb9ae;p=evince.git zoom fix. --- diff --git a/pdf/xpdf/gpdf.cc b/pdf/xpdf/gpdf.cc index 633ab234..5fc249eb 100644 --- a/pdf/xpdf/gpdf.cc +++ b/pdf/xpdf/gpdf.cc @@ -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 },