diff --git a/src/gui/glcdthemes.cpp b/src/gui/glcdthemes.cpp index 0a2e4fdc4..bb403784a 100644 --- a/src/gui/glcdthemes.cpp +++ b/src/gui/glcdthemes.cpp @@ -95,7 +95,7 @@ int CGLCDThemes::exec(CMenuTarget* parent, const std::string & actionKey) readFile(((std::string)THEMESDIR_VAR + "/oled/" + themeFile + FILE_SUFFIX).c_str()); } 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; } OnAfterSelectTheme();