mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Changes to Rainstaller and RainThemes to support new version checking method.
Minor fix to a couple of typos in the version checking code Changed "Update Available" to "New Version Available"
This commit is contained in:
@ -2278,7 +2278,7 @@ void CRainmeter::ShowContextMenu(POINT pos, CMeterWindow* meterWindow)
|
||||
if (m_NewVersion)
|
||||
{
|
||||
configPos += 1;
|
||||
InsertMenu(subMenu, 2, MF_BYPOSITION | MF_ENABLED, ID_CONTEXT_NEW_VERSION, L"Update Available");
|
||||
InsertMenu(subMenu, 2, MF_BYPOSITION | MF_ENABLED, ID_CONTEXT_NEW_VERSION, L"New Version Available");
|
||||
}
|
||||
|
||||
// Create a menu for all active configs
|
||||
|
Reference in New Issue
Block a user