This commit is contained in:
Birunthan Mohanathas
2013-05-30 17:19:42 +03:00
parent 05a9d9188d
commit a3d8f73f6c
27 changed files with 202 additions and 204 deletions

View File

@ -434,14 +434,14 @@ void CTrayWindow::ReadOptions(CConfigParser& parser)
{
delete m_Bitmap;
m_Bitmap = NULL;
CLogger_WarningF(L"Bitmap image not found: %s", imagePath);
LogWarningF(L"Bitmap image not found: %s", imagePath);
}
}
}
}
else
{
CLogger_ErrorF(L"No such TrayMeter: %s", type);
LogErrorF(L"No such TrayMeter: %s", type);
}
TryAddTrayIcon();