mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Cosmetics
This commit is contained in:
parent
58d3881909
commit
ee281be0c7
@ -127,7 +127,7 @@ void IfActions::ReadConditionOptions(ConfigParser& parser, const WCHAR* section)
|
|||||||
m_Matches.emplace_back(match, tAction, fAction);
|
m_Matches.emplace_back(match, tAction, fAction);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Check for IfCondition2/IfTrueAction2/IfFalseAction2 ... etc.
|
// Check for IfMatch2/IfMatchAction2/IfNotMatchAction2 ... etc.
|
||||||
const std::wstring num = std::to_wstring(++i);
|
const std::wstring num = std::to_wstring(++i);
|
||||||
|
|
||||||
std::wstring key = L"IfMatch" + num;
|
std::wstring key = L"IfMatch" + num;
|
||||||
|
Loading…
Reference in New Issue
Block a user