Fixed bangs using "[[Measure]]"

This commit is contained in:
Birunthan Mohanathas
2012-05-14 18:27:43 +03:00
parent b80fe5dbd1
commit 17ce199271
2 changed files with 4 additions and 4 deletions

View File

@ -217,7 +217,7 @@ public:
const std::wstring& GetTrayExecuteDM() { return m_TrayExecuteDM; }
void ExecuteBang(const WCHAR* bang, std::vector<std::wstring>& args, CMeterWindow* meterWindow);
void ExecuteCommand(const WCHAR* command, CMeterWindow* meterWindow);
void ExecuteCommand(const WCHAR* command, CMeterWindow* meterWindow, bool multi = true);
void DelayedExecuteCommand(const WCHAR* command);
void RefreshAll();