Fixed: Handling for MeterButton's "ButtonCommand" was forgotten on r236.

This commit is contained in:
spx 2009-10-07 18:47:40 +00:00
parent bc35355236
commit bab35411b4

View File

@ -154,7 +154,7 @@ void CMeterButton::ReadConfig(const WCHAR* section)
m_ImageName = parser.ReadString(section, L"ButtonImage", L"");
m_ImageName = m_MeterWindow->MakePathAbsolute(m_ImageName);
m_Command = parser.ReadString(section, L"ButtonCommand", L"");
m_Command = parser.ReadString(section, L"ButtonCommand", L"", false);
if (m_Initialized)
{