Allow saving to pathnames that have embedded unicode characters (eg German Umlauts).

Nicky 2013-11-22 23:52:13 +01:00
parent 6152705b99
commit b5f8a28325
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ void ColladaExportFloater::onTextureExportCheck()
void ColladaExportFloater::onTexturesSaved()
{
mSaver.saveDAE(mFilename);
mSaver.saveDAE( nd::aprhelper::ndConvertFilename( mFilename ) );
LLSD args;
args["OBJECT"] = mObjectName;
args["FILENAME"] = mFilename;