From 28fbbe2306c459a21ca819f646232fa40c44da53 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Mitsuharu Date: Sat, 16 Apr 2005 03:04:13 +0000 Subject: [PATCH] (Fx_file_dialog): Likewise. --- src/macfns.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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. -- 2.39.2