summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterbulkythumbs.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llfloaterbulkythumbs.h')
-rw-r--r--indra/newview/llfloaterbulkythumbs.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/indra/newview/llfloaterbulkythumbs.h b/indra/newview/llfloaterbulkythumbs.h
index f5390a3791..75657002b3 100644
--- a/indra/newview/llfloaterbulkythumbs.h
+++ b/indra/newview/llfloaterbulkythumbs.h
@@ -30,6 +30,7 @@
#include "llfloater.h"
class LLTextEditor;
+class LLMediaCtrl;
class LLViewerInventoryItem;
class LLUUID;
@@ -48,13 +49,13 @@ class LLFloaterBulkyThumbs:
LLUICtrl* mPasteTexturesBtn;
void onPasteTextures();
- LLTextEditor* mInventoryItems;
+ LLTextEditor* mOutputLog;
- LLUICtrl* mProcessBulkyThumbsBtn;
- void onProcessBulkyThumbs();
+ LLUICtrl* mMergeItemsTexturesBtn;
+ void onMergeItemsTextures();
- LLUICtrl* mWriteBulkyThumbsBtn;
- void onWriteBulkyThumbs();
+ LLUICtrl* mWriteThumbnailsBtn;
+ void onWriteThumbnails();
void recordInventoryItemEntry(LLViewerInventoryItem* item);
void recordTextureItemEntry(LLViewerInventoryItem* item);