From 1581b79cc776f906dfe4d64453b4ae4da42bca01 Mon Sep 17 00:00:00 2001 From: "fabio.olimpieri" Date: Wed, 9 Apr 2014 07:48:41 +0000 Subject: [PATCH] Added screen preview in scr menu --- src/gui_sdl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui_sdl.c b/src/gui_sdl.c index 1a4b9db..0a756ea 100644 --- a/src/gui_sdl.c +++ b/src/gui_sdl.c @@ -1060,7 +1060,7 @@ static int load_scr() retorno2=0; //stay in the menu as default - const char *filename = menu_select_file(load_path_scr1, NULL, 0); // Load from SCR1 + const char *filename = menu_select_file(load_path_scr1, NULL, 1); // Load from SCR1 if (filename==NULL) // Aborted return 0;