Fixed that [measures] in bangs weren't replaced since r1148.

This commit is contained in:
Birunthan Mohanathas 2012-02-04 13:16:10 +00:00
parent d23112ba7f
commit cab05532f5

View File

@ -1861,7 +1861,7 @@ void CRainmeter::ExecuteCommand(const WCHAR* command, CMeterWindow* meterWindow)
if (meterWindow && _wcsnicmp(L"Execute", command, 7) != 0)
{
meterWindow->GetParser().ReplaceMeasures(bang);
meterWindow->GetParser().ReplaceMeasures(arg);
}
ExecuteBang(bang, arg, meterWindow);