summaryrefslogtreecommitdiff
path: root/gtk/gtk_gui.c
diff options
context:
space:
mode:
authorRob Kendrick <rjek@netsurf-browser.org>2008-03-20 22:53:39 +0000
committerRob Kendrick <rjek@netsurf-browser.org>2008-03-20 22:53:39 +0000
commitd43e712aff86194cfdbe8f0763a0bd173b759a81 (patch)
treebe1beed858fb577dd3c6a6d86551927b9cdf13b0 /gtk/gtk_gui.c
parent10aa5ae2f4ff7203c32e34345450be6478402bb4 (diff)
downloadnetsurf-d43e712aff86194cfdbe8f0763a0bd173b759a81.tar.gz
netsurf-d43e712aff86194cfdbe8f0763a0bd173b759a81.tar.bz2
GTK UI tweaks from Mike Lester <element3260@gmail.com>
svn path=/trunk/netsurf/; revision=4002
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);