diff options
author | maksymsproductengine <maksymsproductengine@lindenlab.com> | 2013-09-19 01:20:50 +0300 |
---|---|---|
committer | maksymsproductengine <maksymsproductengine@lindenlab.com> | 2013-09-19 01:20:50 +0300 |
commit | 93503a05ec905ef2a8df39802fdc3475c961f3bc (patch) | |
tree | 2b7a5b2d57c000d0d3d225fe5756fe49fb22da22 /indra/newview | |
parent | 932882da22c864dd996d63f35fe168516d3bd654 (diff) | |
parent | 1772dee245cc2531bb0cd820b46535ef39e39f10 (diff) |
Merge with bitbucket.org/cinderblocks/bug-3863
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llfilepicker_mac.mm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfilepicker_mac.mm b/indra/newview/llfilepicker_mac.mm index 2a84226e0a..13757904e3 100644 --- a/indra/newview/llfilepicker_mac.mm +++ b/indra/newview/llfilepicker_mac.mm @@ -117,6 +117,7 @@ std::string* doSaveDialog(const std::string* file, std::string *outfile = NULL; NSURL* url = [NSURL fileURLWithPath:fileName]; + [panel setNameFieldStringValue: fileName]; [panel setDirectoryURL: url]; if([panel runModal] == NSFileHandlingPanelOKButton) |