comparison audacious/main.c @ 2019:d3a62e1075e2 trunk

[svn] Allow \ to / conversion to be switched on & off, by external contributor Chris Kehler <cbkehler@sympatico.ca>.
author chainsaw
date Wed, 29 Nov 2006 12:45:02 -0800
parents 74f280120233
children f15664434382
comparison
equal deleted inserted replaced
2018:58ea18909fe7 2019:d3a62e1075e2
125 FALSE, /* player shaded */ 125 FALSE, /* player shaded */
126 FALSE, /* playlistwin shaded */ 126 FALSE, /* playlistwin shaded */
127 FALSE, /* equalizer shaded */ 127 FALSE, /* equalizer shaded */
128 FALSE, /* allow multiple instances */ 128 FALSE, /* allow multiple instances */
129 TRUE, /* always show cb */ 129 TRUE, /* always show cb */
130 TRUE, TRUE, /* convert '_' and %20 */ 130 TRUE, TRUE, TRUE, /* convert '_', %20 and '\' */
131 TRUE, /* show numbers in playlist */ 131 TRUE, /* show numbers in playlist */
132 TRUE, /* snap windows */ 132 TRUE, /* snap windows */
133 TRUE, /* save window positions */ 133 TRUE, /* save window positions */
134 TRUE, /* dim titlebar */ 134 TRUE, /* dim titlebar */
135 FALSE, /* get playlist info on load */ 135 FALSE, /* get playlist info on load */
255 {"allow_multiple_instances", &cfg.allow_multiple_instances, TRUE}, 255 {"allow_multiple_instances", &cfg.allow_multiple_instances, TRUE},
256 {"use_realtime", &cfg.use_realtime, TRUE}, 256 {"use_realtime", &cfg.use_realtime, TRUE},
257 {"always_show_cb", &cfg.always_show_cb, TRUE}, 257 {"always_show_cb", &cfg.always_show_cb, TRUE},
258 {"convert_underscore", &cfg.convert_underscore, TRUE}, 258 {"convert_underscore", &cfg.convert_underscore, TRUE},
259 {"convert_twenty", &cfg.convert_twenty, TRUE}, 259 {"convert_twenty", &cfg.convert_twenty, TRUE},
260 {"convert_slash", &cfg.convert_slash, TRUE },
260 {"show_numbers_in_pl", &cfg.show_numbers_in_pl, TRUE}, 261 {"show_numbers_in_pl", &cfg.show_numbers_in_pl, TRUE},
261 {"show_separator_in_pl", &cfg.show_separator_in_pl, TRUE}, 262 {"show_separator_in_pl", &cfg.show_separator_in_pl, TRUE},
262 {"snap_windows", &cfg.snap_windows, TRUE}, 263 {"snap_windows", &cfg.snap_windows, TRUE},
263 {"save_window_positions", &cfg.save_window_position, TRUE}, 264 {"save_window_positions", &cfg.save_window_position, TRUE},
264 {"dim_titlebar", &cfg.dim_titlebar, TRUE}, 265 {"dim_titlebar", &cfg.dim_titlebar, TRUE},