diff options
-rw-r--r-- | linden/indra/newview/llfloaterdaycycle.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/newview/llfloaterdaycycle.cpp b/linden/indra/newview/llfloaterdaycycle.cpp index 58876a8..cfe73ef 100644 --- a/linden/indra/newview/llfloaterdaycycle.cpp +++ b/linden/indra/newview/llfloaterdaycycle.cpp | |||
@@ -76,7 +76,8 @@ LLFloaterDayCycle::LLFloaterDayCycle() : LLFloater(std::string("Day Cycle Floate | |||
76 | LLWLParamManager::instance()->mParamList.begin(); | 76 | LLWLParamManager::instance()->mParamList.begin(); |
77 | for(; mIt != LLWLParamManager::instance()->mParamList.end(); mIt++) | 77 | for(; mIt != LLWLParamManager::instance()->mParamList.end(); mIt++) |
78 | { | 78 | { |
79 | keyCombo->add(std::string(mIt->first)); | 79 | if(mIt->second.mInventoryID.isNull()) |
80 | keyCombo->add(std::string(mIt->first)); | ||
80 | } | 81 | } |
81 | 82 | ||
82 | // set defaults on combo boxes | 83 | // set defaults on combo boxes |