diff options
Diffstat (limited to 'indra/newview/llpanelgroup.cpp')
-rw-r--r-- | indra/newview/llpanelgroup.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelgroup.cpp b/indra/newview/llpanelgroup.cpp index 9ad5855b8e..121dc4c67e 100644 --- a/indra/newview/llpanelgroup.cpp +++ b/indra/newview/llpanelgroup.cpp @@ -132,8 +132,8 @@ LLPanelGroup::LLPanelGroup(const std::string& filename, mCurrentTab( NULL ), mRequestedTab( NULL ), mTabContainer( NULL ), - mForceClose( FALSE ), mIgnoreTransition( FALSE ), + mForceClose( FALSE ), mInitialTab(initial_tab_selected), mAllowEdit( TRUE ), mShowingNotifyDialog( FALSE ) |