From 7920daaa3fb5308c87388624162bd1689623a3a2 Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Mon, 7 Jan 2013 23:45:02 +0100 Subject: Implemented language and font renderer popups. --- atari/gui.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'atari/gui.c') diff --git a/atari/gui.c b/atari/gui.c index 164ab312c..db5f94a90 100755 --- a/atari/gui.c +++ b/atari/gui.c @@ -999,10 +999,11 @@ void gui_options_init_defaults(void) { /* Set defaults for absent option strings */ nsoption_setnull_charp(cookie_file, strdup("cookies")); - if (nsoption_charp(cookie_file) == NULL) { die("Failed initialising string options"); } + + nsoption_set_int(min_reflow_period, 350); } static void gui_init(int argc, char** argv) -- cgit v1.2.3