mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Cosmetics
This commit is contained in:
@ -253,7 +253,7 @@ void CMeter::Hide()
|
||||
** the base implementation if they overwrite this method.
|
||||
**
|
||||
*/
|
||||
void CMeter::ReadConfig(CConfigParser& parser, const WCHAR* section)
|
||||
void CMeter::ReadOptions(CConfigParser& parser, const WCHAR* section)
|
||||
{
|
||||
// The MeterStyle defines a template where the values are read if the meter doesn't have it itself
|
||||
const std::wstring& style = parser.ReadString(section, L"MeterStyle", L"");
|
||||
|
Reference in New Issue
Block a user