diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2021-07-02 16:11:39 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2021-07-02 16:11:39 +0300 |
commit | 66793abc716d86660e2fa4c7731e235881525c69 (patch) | |
tree | ee8ee8ad965efb60bb362ebed35d6633ecbde90c /indra/newview/llinventorybridge.cpp | |
parent | 7a6b5a598487c6162c56246561bae205824c892b (diff) |
SL-14075 allow exporting multiple textures with the same name
Diffstat (limited to 'indra/newview/llinventorybridge.cpp')
-rw-r--r-- | indra/newview/llinventorybridge.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llinventorybridge.cpp b/indra/newview/llinventorybridge.cpp index 9b5be70d86..86ee7e7a82 100644 --- a/indra/newview/llinventorybridge.cpp +++ b/indra/newview/llinventorybridge.cpp @@ -5497,7 +5497,7 @@ void LLTextureBridge::performAction(LLInventoryModel* model, std::string action) LLPreviewTexture* preview_texture = LLFloaterReg::getTypedInstance<LLPreviewTexture>("preview_texture", mUUID); if (preview_texture) { - preview_texture->saveMultipleToFile(); + preview_texture->saveMultipleToFile(mFileName); } } else |