mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Cosmetics: Changed "config" to more consistent and descriptive terms
This commit is contained in:
@ -54,7 +54,7 @@ CMeterRotator::~CMeterRotator()
|
||||
}
|
||||
|
||||
/*
|
||||
** Load the image & configs.
|
||||
** Load the image.
|
||||
**
|
||||
*/
|
||||
void CMeterRotator::Initialize()
|
||||
@ -73,7 +73,7 @@ void CMeterRotator::Initialize()
|
||||
}
|
||||
|
||||
/*
|
||||
** Read the meter-specific configs from the ini-file.
|
||||
** Read the options specified in the ini file.
|
||||
**
|
||||
*/
|
||||
void CMeterRotator::ReadOptions(CConfigParser& parser, const WCHAR* section)
|
||||
@ -81,7 +81,6 @@ void CMeterRotator::ReadOptions(CConfigParser& parser, const WCHAR* section)
|
||||
// Store the current values so we know if the image needs to be updated
|
||||
std::wstring oldImageName = m_ImageName;
|
||||
|
||||
// Read common configs
|
||||
CMeter::ReadOptions(parser, section);
|
||||
|
||||
m_ImageName = parser.ReadString(section, L"ImageName", L"");
|
||||
@ -89,7 +88,7 @@ void CMeterRotator::ReadOptions(CConfigParser& parser, const WCHAR* section)
|
||||
{
|
||||
m_MeterWindow->MakePathAbsolute(m_ImageName);
|
||||
|
||||
// Read tinting configs
|
||||
// Read tinting options
|
||||
m_Image.ReadOptions(parser, section);
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user