diff options
| author | Ima Mechanique <none@none> | 2011-11-18 21:55:40 +0000 |
|---|---|---|
| committer | Ima Mechanique <none@none> | 2011-11-18 21:55:40 +0000 |
| commit | c1745ca4aa4b7d8eb113978eb850ca791dcf2255 (patch) | |
| tree | efbc361891d8035941548e9fd6862d6700bf19cb | |
| parent | 476cfabf6302e83fec77a8e0ac729f1de07bf679 (diff) | |
Fixes .lsl not being appended if no extension is provided.
| -rw-r--r-- | indra/newview/llfloaternamedesc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaternamedesc.cpp b/indra/newview/llfloaternamedesc.cpp index 4d4f9f57bf..66f0fc3cd7 100644 --- a/indra/newview/llfloaternamedesc.cpp +++ b/indra/newview/llfloaternamedesc.cpp @@ -213,7 +213,7 @@ BOOL LLFloaterSoundPreview::postBuild() LLFloaterScriptPreview::LLFloaterScriptPreview(const LLSD& filename ) : LLFloaterNameDesc(filename) { - mIsAudio = TRUE; + mIsText = TRUE; } BOOL LLFloaterScriptPreview::postBuild() |
