From bda534e12a5071434d700d91750f9c1eaa422812 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 28 Jul 2010 15:22:44 +0000 Subject: Clean up how GTK frontend finds resources svn path=/trunk/netsurf/; revision=10668 --- gtk/gtk_gui.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'gtk/gtk_gui.h') diff --git a/gtk/gtk_gui.h b/gtk/gtk_gui.h index 89c72101d..622b6ca55 100644 --- a/gtk/gtk_gui.h +++ b/gtk/gtk_gui.h @@ -31,19 +31,19 @@ #include #include -extern GladeXML *gladeNetsurf; -extern GladeXML *gladePassword; -extern GladeXML *gladeWarning; -extern GladeXML *gladeLogin; -extern GladeXML *gladeSsl; extern char *glade_netsurf_file_location; extern char *glade_password_file_location; extern char *glade_warning_file_location; extern char *glade_login_file_location; extern char *glade_ssl_file_location; extern char *glade_toolbar_file_location; +extern char *glade_downloads_file_location; +extern char *glade_history_file_location; +extern char *glade_options_file_location; + +extern char *languages_file_location; extern char *toolbar_indices_file_location; -extern char *options_file_location; +extern char *options_file_location; /**< location where user options are written */ extern char *res_dir_location; extern char *print_options_file_location; -- cgit v1.2.3