diff options
author | McCabe Maxsted | 2011-02-27 13:42:33 -0700 |
---|---|---|
committer | McCabe Maxsted | 2011-02-27 13:42:33 -0700 |
commit | 3bec0a178dac9b6c30e7caf242fa6b648c9fff4a (patch) | |
tree | 3ff9162bae6878d62b00a121f29930a0fbe4e972 /linden | |
parent | Fixed the imprudence.url file not using the new kokuaviewer wiki link (diff) | |
download | meta-impy-3bec0a178dac9b6c30e7caf242fa6b648c9fff4a.zip meta-impy-3bec0a178dac9b6c30e7caf242fa6b648c9fff4a.tar.gz meta-impy-3bec0a178dac9b6c30e7caf242fa6b648c9fff4a.tar.bz2 meta-impy-3bec0a178dac9b6c30e7caf242fa6b648c9fff4a.tar.xz |
Re-enabled rezplat for OpenSim-based grids
Diffstat (limited to 'linden')
-rw-r--r-- | linden/indra/newview/floatercommandline.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/linden/indra/newview/floatercommandline.cpp b/linden/indra/newview/floatercommandline.cpp index 6889696..a700b62 100644 --- a/linden/indra/newview/floatercommandline.cpp +++ b/linden/indra/newview/floatercommandline.cpp | |||
@@ -32,7 +32,6 @@ | |||
32 | 32 | ||
33 | #include "floatercommandline.h" | 33 | #include "floatercommandline.h" |
34 | 34 | ||
35 | #include "hippogridmanager.h" | ||
36 | #include "lluictrlfactory.h" | 35 | #include "lluictrlfactory.h" |
37 | #include "llviewercontrol.h" | 36 | #include "llviewercontrol.h" |
38 | 37 | ||
@@ -65,14 +64,6 @@ BOOL FloaterCommandLine::postBuild() | |||
65 | childSetCommitCallback("CmdLineChatbarAO", onCommitApplyControl); | 64 | childSetCommitCallback("CmdLineChatbarAO", onCommitApplyControl); |
66 | childSetCommitCallback("CmdLineChatbarClearChat", onCommitApplyControl); | 65 | childSetCommitCallback("CmdLineChatbarClearChat", onCommitApplyControl); |
67 | 66 | ||
68 | // hide options that don't work on non-SL-based grids | ||
69 | if (!gHippoGridManager->getConnectedGrid()->isSecondLife()) | ||
70 | { | ||
71 | childSetEnabled("CmdLineChatbarRezPlatform", FALSE); | ||
72 | childSetEnabled("loltxt6", FALSE); | ||
73 | childSetEnabled("CmdLineChatbarPlatformSize", FALSE); | ||
74 | } | ||
75 | |||
76 | return TRUE; | 67 | return TRUE; |
77 | } | 68 | } |
78 | 69 | ||