From 6d776f757879cb04d608109b2c45bc73130e4773 Mon Sep 17 00:00:00 2001 From: "hyatt%mozilla.org" Date: Wed, 28 Jun 2006 05:38:12 +0000 Subject: [PATCH] Fix for 204672, Mac OS X menus don't respect autocheck, r/sr=bryner, a=asa git-svn-id: svn://10.0.0.236/trunk@201074 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/widget/src/xpwidgets/nsWidgetAtomList.h | 1 + 1 file changed, 1 insertion(+) diff --git a/mozilla/widget/src/xpwidgets/nsWidgetAtomList.h b/mozilla/widget/src/xpwidgets/nsWidgetAtomList.h index 29905ff0d5b..3f5923e9c90 100644 --- a/mozilla/widget/src/xpwidgets/nsWidgetAtomList.h +++ b/mozilla/widget/src/xpwidgets/nsWidgetAtomList.h @@ -68,6 +68,7 @@ WIDGET_ATOM(accesskey, "accesskey") // The shortcut key for a menu or menu item WIDGET_ATOM(name, "name") WIDGET_ATOM(type, "type") +WIDGET_ATOM(autocheck, "autocheck") WIDGET_ATOM(checked, "checked") WIDGET_ATOM(disabled, "disabled") WIDGET_ATOM(label, "label")