diff options
author | merov <none@none> | 2012-01-13 15:13:13 -0800 |
---|---|---|
committer | merov <none@none> | 2012-01-13 15:13:13 -0800 |
commit | 6051ac65d62c364e3d797a841d675e20f4182e63 (patch) | |
tree | 945883571ae7f12689233fccfd4bd09ead7d9f05 /indra/newview/llfloaternamedesc.h | |
parent | 86ef722e7cb2e4c791e8223f5c09a0552b52b574 (diff) | |
parent | 86009704769a79768eb02f459b1b99ea060e5fc1 (diff) |
Pull from viewer-experience
Diffstat (limited to 'indra/newview/llfloaternamedesc.h')
-rw-r--r-- | indra/newview/llfloaternamedesc.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/indra/newview/llfloaternamedesc.h b/indra/newview/llfloaternamedesc.h index 7381a6334a..69bbccaf80 100644 --- a/indra/newview/llfloaternamedesc.h +++ b/indra/newview/llfloaternamedesc.h @@ -51,6 +51,7 @@ protected: protected: BOOL mIsAudio; + bool mIsText; std::string mFilenameAndPath; std::string mFilename; @@ -62,5 +63,12 @@ public: LLFloaterSoundPreview(const LLSD& filename ); virtual BOOL postBuild(); }; - + +class LLFloaterScriptPreview : public LLFloaterNameDesc +{ +public: + LLFloaterScriptPreview(const LLSD& filename ); + virtual BOOL postBuild(); +}; + #endif // LL_LLFLOATERNAMEDESC_H |