diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index 6f1a98444..60420a247 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -717,7 +717,7 @@ Type Boolean Value - 0 + 1 LiruLegacyOutfitStoreObjChanges diff --git a/indra/newview/llimpanel.cpp b/indra/newview/llimpanel.cpp index ed0fff564..04162ae42 100644 --- a/indra/newview/llimpanel.cpp +++ b/indra/newview/llimpanel.cpp @@ -995,11 +995,13 @@ void LLFloaterIMPanel::onFlyoutCommit(LLComboBox* flyout, const LLSD& value) void show_log_browser(const std::string& name, const std::string& id) { +#if LL_WINDOWS // Singu TODO: Other platforms? if (gSavedSettings.getBOOL("LiruLegacyLogLaunch")) { gViewerWindow->getWindow()->ShellEx("\"" + LLLogChat::makeLogFileName(name) + "\""); return; } +#endif LLFloaterWebContent::Params p; p.url("file:///" + LLLogChat::makeLogFileName(name)); p.id(id);