summaryrefslogtreecommitdiff
path: root/gtk/gtk_gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtk_gui.c')
-rw-r--r--gtk/gtk_gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtk_gui.c b/gtk/gtk_gui.c
index 06fc8e326..dfeec03f5 100644
--- a/gtk/gtk_gui.c
+++ b/gtk/gtk_gui.c
@@ -201,7 +201,7 @@ void gui_init(int argc, char** argv)
die("Unable to load throbber image.\n");
find_resource(buf, "Choices", "~/.netsurf/Choices");
- LOG(("Using '%s' as Choices file", buf));
+ LOG(("Using '%s' as Preferences file", buf));
options_file_location = strdup(buf);
options_read(buf);