Corrections of some stupids (harmless copy-paste shenanigans in this case).
This commit is contained in:
@@ -1506,7 +1506,7 @@ void LLPreviewLSL::saveIfNeeded()
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
LLSD row;
|
LLSD row;
|
||||||
row["columns"][0]["value"] = LLTrans::getString("CompileQueueDownloadedCompiling");
|
row["columns"][0]["value"] = LLTrans::getString("CompileQueueProblemUploading");
|
||||||
row["columns"][0]["font"] = "SANSSERIF_SMALL";
|
row["columns"][0]["font"] = "SANSSERIF_SMALL";
|
||||||
mScriptEd->mErrorList->addElement(row);
|
mScriptEd->mErrorList->addElement(row);
|
||||||
LLFile::remove(filename);
|
LLFile::remove(filename);
|
||||||
@@ -2420,7 +2420,7 @@ void LLLiveLSLEditor::saveIfNeeded()
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
LLSD row;
|
LLSD row;
|
||||||
row["columns"][0]["value"] = LLTrans::getString("CompileQueueDownloadedCompiling");
|
row["columns"][0]["value"] = LLTrans::getString("CompileQueueProblemUploading");
|
||||||
row["columns"][0]["font"] = "SANSSERIF_SMALL";
|
row["columns"][0]["font"] = "SANSSERIF_SMALL";
|
||||||
mScriptEd->mErrorList->addElement(row);
|
mScriptEd->mErrorList->addElement(row);
|
||||||
LLFile::remove(filename);
|
LLFile::remove(filename);
|
||||||
|
|||||||
@@ -999,7 +999,7 @@ bool idle_startup()
|
|||||||
gDebugInfo["LoginName"] = firstname + " " + lastname;
|
gDebugInfo["LoginName"] = firstname + " " + lastname;
|
||||||
}
|
}
|
||||||
|
|
||||||
LLScriptEdCore::parseFunctions("lsl_functions_sl.xml"); //Singu Note: This parsing function essentially replaces the entirety of the lscript_list library
|
LLScriptEdCore::parseFunctions("lsl_functions_sl.xml"); //Singu Note: This parsing function essentially replaces the entirety of the lscript_library library
|
||||||
|
|
||||||
gHippoGridManager->setCurrentGridAsConnected();
|
gHippoGridManager->setCurrentGridAsConnected();
|
||||||
gHippoLimits->setLimits();
|
gHippoLimits->setLimits();
|
||||||
|
|||||||
Reference in New Issue
Block a user