diff options
| author | YAMAMOTO Mitsuharu | 2005-04-16 03:04:13 +0000 |
|---|---|---|
| committer | YAMAMOTO Mitsuharu | 2005-04-16 03:04:13 +0000 |
| commit | 28fbbe2306c459a21ca819f646232fa40c44da53 (patch) | |
| tree | 3f8dbb69ab986227a71be3a63a426e96751bb32d /src | |
| parent | e8d8317c364bd7e3cca41478eb4f68b19da09cf5 (diff) | |
| download | emacs-28fbbe2306c459a21ca819f646232fa40c44da53.tar.gz emacs-28fbbe2306c459a21ca819f646232fa40c44da53.zip | |
(Fx_file_dialog): Likewise.
Diffstat (limited to 'src')
| -rw-r--r-- | src/macfns.c | 3 |
1 files changed, 1 insertions, 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. */) | |||
| 4248 | options.optionFlags |= kNavSelectAllReadableItem; | 4248 | options.optionFlags |= kNavSelectAllReadableItem; |
| 4249 | if (!NILP(prompt)) | 4249 | if (!NILP(prompt)) |
| 4250 | { | 4250 | { |
| 4251 | message = | 4251 | message = cfstring_create_with_string (prompt); |
| 4252 | cfstring_create_with_utf8_cstring (SDATA (ENCODE_UTF_8 (prompt))); | ||
| 4253 | options.message = message; | 4252 | options.message = message; |
| 4254 | } | 4253 | } |
| 4255 | /* Don't set the application, let it use default. | 4254 | /* Don't set the application, let it use default. |