From ff5fde44795ae13b17fdfabd6b78800eacaa3b9f Mon Sep 17 00:00:00 2001 From: jsmorley Date: Thu, 28 Jun 2012 08:10:48 -0400 Subject: [PATCH] Skin Installer: Changed error message on invalid .rmskin --- SkinInstaller/DialogInstall.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/SkinInstaller/DialogInstall.cpp b/SkinInstaller/DialogInstall.cpp index 546e478e..d0edea42 100644 --- a/SkinInstaller/DialogInstall.cpp +++ b/SkinInstaller/DialogInstall.cpp @@ -201,8 +201,7 @@ INT_PTR CDialogInstall::OnInitDialog(WPARAM wParam, LPARAM lParam) { m_ErrorMessage = L"Invalid package:\n"; 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! " - L"Links in the deviation description are likely to lead to malware files."; + m_ErrorMessage += L"\n\nThe Skin Packager tool must be used to create valid .rmskin packages."; } MessageBox(NULL, m_ErrorMessage.c_str(), L"Rainmeter Skin Installer", MB_ERROR);