summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2004-03-19 13:21:19 +0000
committerAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2004-03-19 13:21:19 +0000
commitb062f2bda16a9f1d5fa024f041cf69e378e25f7f (patch)
treeb7bdf79e2e66ef194a911ffd3413ae2d6dce6a65
parent725de2d892031ecc4963793e53733277a2e3d55b (diff)
fix build error from "Show Root window"
-rwxr-xr-xhw/xwin/wintrayicon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xwin/wintrayicon.c b/hw/xwin/wintrayicon.c
index 604693f6e..3beefa370 100755
--- a/hw/xwin/wintrayicon.c
+++ b/hw/xwin/wintrayicon.c
@@ -163,7 +163,7 @@ winHandleIconMessage (HWND hwnd, UINT message,
{
/* Remove Show Root Window button */
RemoveMenu (hmenuTray,
- ID_APP_SHOW_ROOT,
+ ID_APP_HIDE_ROOT,
MF_BYCOMMAND);
/* Remove Hide Root Window button */