From 17d76ee4780167f53f9f342ce9cbacbe619311a7 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Mon, 3 May 2010 17:15:03 +0000 Subject: Remove Export tab properly when building without Haru svn path=/trunk/netsurf/; revision=10545 --- amiga/gui_options.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'amiga/gui_options.c') diff --git a/amiga/gui_options.c b/amiga/gui_options.c index 97a18d036..128496caa 100755 --- a/amiga/gui_options.c +++ b/amiga/gui_options.c @@ -208,8 +208,12 @@ void ami_gui_opts_setup(void) tabs[4] = (char *)ami_utf8_easy((char *)messages_get("con_fonts")); tabs[5] = (char *)ami_utf8_easy((char *)messages_get("con_cache")); tabs[6] = (char *)ami_utf8_easy((char *)messages_get("con_advanced")); +#ifdef WITH_PDF_EXPORT tabs[7] = (char *)ami_utf8_easy((char *)messages_get("Export")); tabs[8] = NULL; +#else + tabs[7] = NULL; +#endif screenopts[0] = (char *)ami_utf8_easy((char *)messages_get("ScreenOwn")); screenopts[1] = (char *)ami_utf8_easy((char *)messages_get("ScreenWB")); -- cgit v1.2.3