aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/macfns.c3
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.