Fixes .lsl not being appended if no extension is provided.
parent
476cfabf63
commit
c1745ca4aa
|
|
@ -213,7 +213,7 @@ BOOL LLFloaterSoundPreview::postBuild()
|
|||
LLFloaterScriptPreview::LLFloaterScriptPreview(const LLSD& filename )
|
||||
: LLFloaterNameDesc(filename)
|
||||
{
|
||||
mIsAudio = TRUE;
|
||||
mIsText = TRUE;
|
||||
}
|
||||
|
||||
BOOL LLFloaterScriptPreview::postBuild()
|
||||
|
|
|
|||
Loading…
Reference in New Issue