/[emacs]/emacs/src/xmenu.c
ViewVC logotype

Diff of /emacs/src/xmenu.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.281 by monnier, Sat Mar 12 23:29:04 2005 UTC revision 1.282 by monnier, Thu Mar 17 01:37:31 2005 UTC
# Line 137  static Lisp_Object xdialog_show P_ ((FRA Line 137  static Lisp_Object xdialog_show P_ ((FRA
137  #ifdef USE_GTK  #ifdef USE_GTK
138  /* gtk just uses utf-8.  */  /* gtk just uses utf-8.  */
139  # define ENCODE_MENU_STRING(str) ENCODE_UTF_8 (str)  # define ENCODE_MENU_STRING(str) ENCODE_UTF_8 (str)
140    #elif defined HAVE_X_I18N
141    # define ENCODE_MENU_STRING(str) ENCODE_SYSTEM (str)
142  #else  #else
143  # define ENCODE_MENU_STRING(str) string_make_unibyte (str)  # define ENCODE_MENU_STRING(str) string_make_unibyte (str)
144  #endif  #endif

Legend:
Removed from v.1.281  
changed lines
  Added in v.1.282

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26