mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
- Partially refactored bang handling code
- Renamed CMeasure::ExecuteBang to CMeasure::Command - Minor cosmetic changes and tweaks
This commit is contained in:
@ -838,11 +838,12 @@ CMeasure* CMeasure::Create(const WCHAR* measure, CMeterWindow* meterWindow, cons
|
||||
}
|
||||
|
||||
/*
|
||||
** ExecuteBang
|
||||
** Command
|
||||
**
|
||||
** Executes a custom bang.
|
||||
**
|
||||
** Executes a custom bang
|
||||
*/
|
||||
void CMeasure::ExecuteBang(const WCHAR* args)
|
||||
void CMeasure::Command(const std::wstring& command)
|
||||
{
|
||||
LogWithArgs(LOG_WARNING, L"!CommandMeasure: Not supported by [%s]", m_Name.c_str());
|
||||
}
|
||||
|
Reference in New Issue
Block a user