summaryrefslogtreecommitdiff
path: root/gtk/gtk_gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtk_gui.h')
-rw-r--r--gtk/gtk_gui.h12
1 files changed, 6 insertions, 6 deletions
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 <gtk/gtk.h>
#include <glade/glade.h>
-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;