From 9ba1814ab3299570c586ff83dfa4d2dee44eb9ae Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Sun, 22 Aug 1999 23:01:44 +0000 Subject: [PATCH] zoom fix. --- pdf/xpdf/gpdf.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }, -- 2.43.5