mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Skin Installer: Changed error message on invalid .rmskin
This commit is contained in:
parent
e4cceb8512
commit
ff5fde4479
@ -201,8 +201,7 @@ INT_PTR CDialogInstall::OnInitDialog(WPARAM wParam, LPARAM lParam)
|
|||||||
{
|
{
|
||||||
m_ErrorMessage = L"Invalid package:\n";
|
m_ErrorMessage = L"Invalid package:\n";
|
||||||
m_ErrorMessage += PathFindFileName(m_PackageFileName.c_str());
|
m_ErrorMessage += PathFindFileName(m_PackageFileName.c_str());
|
||||||
m_ErrorMessage += L"\n\nWARNING: If this package was downloaded from deviantART, do not download anything else from the author! "
|
m_ErrorMessage += L"\n\nThe Skin Packager tool must be used to create valid .rmskin packages.";
|
||||||
L"Links in the deviation description are likely to lead to malware files.";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
MessageBox(NULL, m_ErrorMessage.c_str(), L"Rainmeter Skin Installer", MB_ERROR);
|
MessageBox(NULL, m_ErrorMessage.c_str(), L"Rainmeter Skin Installer", MB_ERROR);
|
||||||
|
Loading…
Reference in New Issue
Block a user