From 9f881c1b2becc27f159315ca76d6fb06b0eb5590 Mon Sep 17 00:00:00 2001 From: jsmorley Date: Tue, 26 Oct 2010 15:19:43 +0000 Subject: [PATCH] Changed "Rainmeter Downloads" to "Downloads" based on poiru's input --- Library/Rainmeter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Rainmeter.cpp b/Library/Rainmeter.cpp index a5f69fa3..c95a1dbc 100644 --- a/Library/Rainmeter.cpp +++ b/Library/Rainmeter.cpp @@ -3267,7 +3267,7 @@ void CRainmeter::ShowContextMenu(POINT pos, CMeterWindow* meterWindow) } else { - InsertMenu(subMenu, 1, MF_BYPOSITION, ID_CONTEXT_DOWNLOADS, L"Rainmeter Downloads"); + InsertMenu(subMenu, 1, MF_BYPOSITION, ID_CONTEXT_DOWNLOADS, L"Downloads"); InsertMenu(subMenu, 11, MF_BYPOSITION | MF_SEPARATOR, 0, NULL); // Create a menu for all active configs