changeset 61573:5b0b486b7f71

(Fx_file_dialog): Likewise.
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Sat, 16 Apr 2005 03:04:13 +0000
parents 4fdfaa49202b
children d3c53b9d1828
files src/macfns.c
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/macfns.c	Sat Apr 16 03:03:02 2005 +0000
+++ b/src/macfns.c	Sat Apr 16 03:04:13 2005 +0000
@@ -4248,8 +4248,7 @@
     options.optionFlags |= kNavSelectAllReadableItem;
     if (!NILP(prompt))
       {
-	message =
-	  cfstring_create_with_utf8_cstring (SDATA (ENCODE_UTF_8 (prompt)));
+	message = cfstring_create_with_string (prompt);
 	options.message = message;
       }
     /* Don't set the application, let it use default.