add support for uploading .animatn files (whoops, forgot about that)

This commit is contained in:
Hazim Gazov
2010-08-15 12:13:13 +00:00
parent 7d74b8cdfb
commit 8a81c4b58b
2 changed files with 112 additions and 32 deletions

View File

@@ -71,7 +71,9 @@ protected:
class LLFloaterAnimPreview : public LLFloaterNameDesc
{
public:
LLFloaterAnimPreview(const std::string& filename);
//<edit>
LLFloaterAnimPreview(const std::string& filename, void* item = NULL);
//<edit>
virtual ~LLFloaterAnimPreview();
BOOL postBuild();
@@ -130,6 +132,10 @@ protected:
std::map<std::string, LLUUID> mIDList;
static S32 sUploadAmount;
//<edit>
void* mItem;
//</edit>
};
#endif // LL_LLFLOATERANIMPREVIEW_H