a typo prevented proper loading of the LCD flip from .cfg files
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4251 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
db6f7cf1ff
commit
a8c9dd2e11
1 changed files with 1 additions and 1 deletions
|
@ -994,7 +994,7 @@ bool settings_load_config(char* file)
|
|||
set_cfg_bool(&global_settings.scrollbar, value);
|
||||
else if (!strcasecmp(name, "invert"))
|
||||
set_cfg_bool(&global_settings.invert, value);
|
||||
else if (!strcasecmp(name, "flip diplay"))
|
||||
else if (!strcasecmp(name, "flip display"))
|
||||
set_cfg_bool(&global_settings.flip_display, value);
|
||||
else if (!strcasecmp(name, "invert cursor"))
|
||||
set_cfg_bool(&global_settings.invert_cursor, value);
|
||||
|
|
Loading…
Reference in a new issue