glcdthemes: fix typo

Origin commit data
------------------
Commit: 01367d926f
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-06-22 (Mon, 22 Jun 2020)

Origin message was:
------------------
- glcdthemes: fix typo
This commit is contained in:
vanhofen
2020-06-22 22:14:20 +02:00
parent 9566fb9f97
commit cad54bd256

View File

@@ -95,7 +95,7 @@ int CGLCDThemes::exec(CMenuTarget* parent, const std::string & actionKey)
readFile(((std::string)THEMESDIR_VAR + "/oled/" + themeFile + FILE_SUFFIX).c_str()); readFile(((std::string)THEMESDIR_VAR + "/oled/" + themeFile + FILE_SUFFIX).c_str());
} }
else else
readFile(((std::string)THEMESDIR + "/oled" + themeFile + FILE_SUFFIX).c_str()); readFile(((std::string)THEMESDIR + "/oled/" + themeFile + FILE_SUFFIX).c_str());
g_settings.glcd_theme_name = themeFile; g_settings.glcd_theme_name = themeFile;
} }
OnAfterSelectTheme(); OnAfterSelectTheme();