Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf/xpdf/bonobo-image-x-pdf.cc
diff options
context:
space:
mode:
Diffstat (limited to 'pdf/xpdf/bonobo-image-x-pdf.cc')
-rw-r--r--pdf/xpdf/bonobo-image-x-pdf.cc13
1 files changed, 5 insertions, 8 deletions
diff --git a/pdf/xpdf/bonobo-image-x-pdf.cc b/pdf/xpdf/bonobo-image-x-pdf.cc
index 3a36ecf..ac45e15 100644
--- a/pdf/xpdf/bonobo-image-x-pdf.cc
+++ b/pdf/xpdf/bonobo-image-x-pdf.cc
@@ -40,7 +40,6 @@ extern "C" {
#include "BonoboStream.h"
#define PDF_DEBUG 0
-#define UNTESTED 0
GBool printCommands = gFalse;
@@ -472,25 +471,23 @@ view_create_menus (view_data_t *view_data)
N_("Last"), N_("View the last page"), -1,
GNOME_UI_HANDLER_PIXMAP_NONE, NULL, 0,
(GdkModifierType)0, page_last_cb, (gpointer)view_data);
-#if UNTESTED > 0
- gnome_ui_handler_toolbar_new_item (uih, "/First", GNOME_UI_HANDLER_MENU_ITEM,
+
+ gnome_ui_handler_toolbar_new_item (uih, "/First",
N_("First"), N_("View the first page"), -1,
GNOME_UI_HANDLER_PIXMAP_STOCK, GNOME_STOCK_PIXMAP_FIRST,
0, (GdkModifierType)0, page_first_cb, (gpointer)view_data);
- gnome_ui_handler_toolbar_new_item (uih, "/Prev", GNOME_UI_HANDLER_MENU_ITEM,
+ gnome_ui_handler_toolbar_new_item (uih, "/Prev",
N_("Previous"), N_("View the previous page"), -1,
GNOME_UI_HANDLER_PIXMAP_STOCK, GNOME_STOCK_PIXMAP_FIRST,
0, (GdkModifierType)0, page_prev_cb, (gpointer)view_data);
- gnome_ui_handler_toolbar_new_item (uih, "/Next", GNOME_UI_HANDLER_MENU_ITEM,
+ gnome_ui_handler_toolbar_new_item (uih, "/Next",
N_("Next"), N_("View the next page"), -1,
GNOME_UI_HANDLER_PIXMAP_STOCK, GNOME_STOCK_PIXMAP_FIRST,
0, (GdkModifierType)0, page_next_cb, (gpointer)view_data);
- gnome_ui_handler_toolbar_new_item (uih, "/Last", GNOME_UI_HANDLER_MENU_ITEM,
+ gnome_ui_handler_toolbar_new_item (uih, "/Last",
N_("Last"), N_("View the last page"), -1,
GNOME_UI_HANDLER_PIXMAP_STOCK, GNOME_STOCK_PIXMAP_FIRST,
0, (GdkModifierType)0, page_last_cb, (gpointer)view_data);
-#endif
-
}
/*