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 --- desktop/netsurf.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'desktop') diff --git a/desktop/netsurf.c b/desktop/netsurf.c index 36832bb8c..86ea8efb9 100644 --- a/desktop/netsurf.c +++ b/desktop/netsurf.c @@ -151,10 +151,7 @@ nserror netsurf_init(int *pargc, LOG(("Using '%s' for Options file", options)); options_read(options); - if (messages != NULL) { - LOG(("Using '%s' as Messages file", messages)); - messages_load(messages); - } + messages_load(messages); lwc_initialise(netsurf_lwc_alloc, NULL, 0); -- cgit v1.2.3