From 6af1e81e52af25cdb03d06b2fe4cc87691768c1f Mon Sep 17 00:00:00 2001 From: James Bursa Date: Sun, 17 Apr 2005 16:42:05 +0000 Subject: [project @ 2005-04-17 16:42:05 by bursa] Fix the debug and gtk builds. svn path=/import/netsurf/; revision=1661 --- gtk/gtk_gui.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gtk') diff --git a/gtk/gtk_gui.c b/gtk/gtk_gui.c index 95ba473d6..fe1db5042 100644 --- a/gtk/gtk_gui.c +++ b/gtk/gtk_gui.c @@ -163,3 +163,4 @@ void schedule_run(void) {} void global_history_add(struct gui_window *g) {} +const char *local_encoding_name(void) { return "UTF-8"; } -- cgit v1.2.3