Fixes .lsl not being appended if no extension is provided.

master
Ima Mechanique 2011-11-18 21:55:40 +00:00
parent 476cfabf63
commit c1745ca4aa
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ BOOL LLFloaterSoundPreview::postBuild()
LLFloaterScriptPreview::LLFloaterScriptPreview(const LLSD& filename )
: LLFloaterNameDesc(filename)
{
mIsAudio = TRUE;
mIsText = TRUE;
}
BOOL LLFloaterScriptPreview::postBuild()