comparison src/globals.c @ 319:f9611a6cf0e2

Move file_sort_case_sensitive to ConfOptions.
author zas_
date Fri, 11 Apr 2008 22:27:54 +0000
parents b16b9b8979e5
children c74af1cbd61a
comparison
equal deleted inserted replaced
318:b16b9b8979e5 319:f9611a6cf0e2
104 options->show_fullscreen_info = TRUE; 104 options->show_fullscreen_info = TRUE;
105 options->fullscreen_info = NULL; 105 options->fullscreen_info = NULL;
106 106
107 options->dupe_custom_threshold = 99; 107 options->dupe_custom_threshold = 99;
108 108
109 options->file_sort_case_sensitive = FALSE;
110
109 return options; 111 return options;
110 } 112 }
111 113
112 /* -- options -- */ 114 /* -- options -- */
113 #ifdef DEBUG 115 #ifdef DEBUG