From d43e712aff86194cfdbe8f0763a0bd173b759a81 Mon Sep 17 00:00:00 2001 From: Rob Kendrick Date: Thu, 20 Mar 2008 22:53:39 +0000 Subject: GTK UI tweaks from Mike Lester svn path=/trunk/netsurf/; revision=4002 --- gtk/gtk_gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk/gtk_gui.c') 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); -- cgit v1.2.3