Changeset 1681
- Timestamp:
- 02/17/98 01:45:17 (11 years ago)
- Files:
-
- branches/GNU/src/w32menu.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/GNU/src/w32menu.c
r1661 r1681 1727 1727 = XVECTOR (menu_items)->contents[i + MENU_ITEMS_ITEM_EQUIV_KEY]; 1728 1728 def = XVECTOR (menu_items)->contents[i + MENU_ITEMS_ITEM_DEFINITION]; 1729 1730 #ifndef HAVE_MULTILINGUAL_MENU1731 if (STRING_MULTIBYTE (item_name))1732 item_name = ENCODE_SYSTEM (item_name);1733 if (STRINGP (descrip) && STRING_MULTIBYTE (descrip))1734 descrip = ENCODE_SYSTEM (descrip);1735 #endif1736 1729 1737 1730 wv = xmalloc_widget_value ();
