From a0e7c4df57575e21ef78891d77833a1afb1c6cf4 Mon Sep 17 00:00:00 2001 From: Brian Ferguson Date: Thu, 4 Oct 2012 15:33:18 -0600 Subject: [PATCH] Typo --- Library/Rainmeter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Rainmeter.cpp b/Library/Rainmeter.cpp index 40b508c5..c70ade2c 100644 --- a/Library/Rainmeter.cpp +++ b/Library/Rainmeter.cpp @@ -3209,7 +3209,7 @@ HMENU CRainmeter::CreateSkinMenu(CMeterWindow* meterWindow, int index, HMENU men ++position; } - InsertMenu(skinMenu, 1, MF_BYPOSITION | MF_STRING | MF_GRAYED, NULL, L"Custom skin actions:"); + InsertMenu(skinMenu, 1, MF_BYPOSITION | MF_STRING | MF_GRAYED, NULL, L"Custom skin actions"); } else {