This commit is contained in:
spx
2011-06-02 01:54:05 +00:00
parent 72f5d55090
commit 0841328ea0
2 changed files with 31 additions and 28 deletions

View File

@ -4986,7 +4986,7 @@ LRESULT CMeterWindow::OnCopyData(UINT uMsg, WPARAM wParam, LPARAM lParam)
if (!found)
{
Log(LOG_WARNING, L"Unable to send the !bang to a deactivated config.");
return 0; // This meterwindow has been deactivated
return TRUE; // This meterwindow has been deactivated
}
std::wstring str = (const WCHAR*)pCopyDataStruct->lpData;