ui/common/menu.c

branch
newapi
changeset 419
7d15cad351fc
parent 404
384f6d1f5784
--- a/ui/common/menu.c	Sun Dec 15 22:16:12 2024 +0100
+++ b/ui/common/menu.c	Sun Dec 15 22:53:51 2024 +0100
@@ -175,7 +175,7 @@
     mitem_set_id(&item->item);
     item->item.prev = NULL;
     item->item.next = NULL;
-    item->item.type = UI_MENU_CHECK_ITEM;
+    item->item.type = UI_MENU_RADIO_ITEM;
 
     item->label = nl_strdup(args.label);
     item->stockid = nl_strdup(args.stockid);

mercurial