From: YAMAMOTO Mitsuharu Date: Sat, 16 Apr 2005 03:04:13 +0000 (+0000) Subject: (Fx_file_dialog): Likewise. X-Git-Tag: ttn-vms-21-2-B4~971 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=28fbbe2306c459a21ca819f646232fa40c44da53;p=emacs.git (Fx_file_dialog): Likewise. --- diff --git a/src/macfns.c b/src/macfns.c index 970014e0960..b85c4f01795 100644 --- a/src/macfns.c +++ b/src/macfns.c @@ -4248,8 +4248,7 @@ If ONLY-DIR-P is non-nil, the user can only select directories. */) 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.