summaryrefslogtreecommitdiff
path: root/MySpace/menu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'MySpace/menu.cpp')
-rw-r--r--MySpace/menu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/MySpace/menu.cpp b/MySpace/menu.cpp
index 42c8ca9..20ba408 100644
--- a/MySpace/menu.cpp
+++ b/MySpace/menu.cpp
@@ -48,7 +48,7 @@ void InitMenu() {
menu.cbSize=sizeof(menu);
menu.flags = CMIM_ALL | CMIF_TCHAR;
- menu.hIcon = (HICON)LoadImage(hInst, MAKEINTRESOURCE(IDI_ICON_PROTO), IMAGE_ICON, 0, 0, 0);
+ menu.hIcon = (HICON)LoadImage(hInst, MAKEINTRESOURCE(IDI_MYSPACE), IMAGE_ICON, 0, 0, 0);
// main menu item
hServiceMenuMain = CreateServiceFunction(MODULE "/MainMenu", MainMenuService);