mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
glcdthemes: fix typo
Origin commit data
------------------
Branch: ni/coolstream
Commit: 01367d926f
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-06-22 (Mon, 22 Jun 2020)
Origin message was:
------------------
- glcdthemes: fix typo
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user