summaryrefslogtreecommitdiffstats
path: root/unix/tkUnixWm.c
diff options
context:
space:
mode:
Diffstat (limited to 'unix/tkUnixWm.c')
-rw-r--r--unix/tkUnixWm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/tkUnixWm.c b/unix/tkUnixWm.c
index 4d3bd4d..3b0d3cb 100644
--- a/unix/tkUnixWm.c
+++ b/unix/tkUnixWm.c
@@ -12,7 +12,7 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkUnixWm.c,v 1.76 2009/12/09 10:45:30 dkf Exp $
+ * RCS: @(#) $Id: tkUnixWm.c,v 1.77 2009/12/09 13:55:14 dkf Exp $
*/
#include "tkUnixInt.h"
@@ -6686,7 +6686,7 @@ TkpMakeMenuWindow(
atts.save_under = True;
if (typeFlag == TK_MAKE_MENU_DROPDOWN) {
atom = Tk_InternAtom((Tk_Window) tkwin,
- "_NET_WM_TYPE_DROPDOWN_MENU");
+ "_NET_WM_WINDOW_TYPE_DROPDOWN_MENU");
} else {
atom = Tk_InternAtom((Tk_Window) tkwin,
"_NET_WM_WINDOW_TYPE_POPUP_MENU");