From b062f2bda16a9f1d5fa024f041cf69e378e25f7f Mon Sep 17 00:00:00 2001 From: Alexander Gottwald Date: Fri, 19 Mar 2004 13:21:19 +0000 Subject: [PATCH] fix build error from "Show Root window" --- hw/xwin/wintrayicon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */