mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Tweak f4429ad
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user