summaryrefslogtreecommitdiff
path: root/plugins/Nudge/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Nudge/src/main.cpp')
-rw-r--r--plugins/Nudge/src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Nudge/src/main.cpp b/plugins/Nudge/src/main.cpp
index 733701ee52..1bf81f87c3 100644
--- a/plugins/Nudge/src/main.cpp
+++ b/plugins/Nudge/src/main.cpp
@@ -556,7 +556,7 @@ void LoadPopupClass()
POPUPCLASS ppc = {0};
ppc.cbSize = sizeof(ppc);
ppc.flags = PCF_TCHAR;
- ppc.pszName = "nudge";
+ ppc.pszName = "Nudge";
ppc.ptszDescription = LPGENT("Show Nudge");
ppc.hIcon = (HICON) CallService(MS_SKIN2_GETICONBYHANDLE,0,(LPARAM)g_hIcon);
ppc.colorBack = NULL;