]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fx_file_dialog): Likewise.
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Sat, 16 Apr 2005 03:04:13 +0000 (03:04 +0000)
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Sat, 16 Apr 2005 03:04:13 +0000 (03:04 +0000)
src/macfns.c

index 970014e09609a5daa494dd79c24fdce8fbfed067..b85c4f017956fce01dac87d715cbd56f60232973 100644 (file)
@@ -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.