diff options
author | McCabe Maxsted | 2010-08-06 03:19:28 -0700 |
---|---|---|
committer | McCabe Maxsted | 2010-08-26 11:16:46 -0700 |
commit | 1b9732da0d31b56c6f48a0915ae3c526edd8897d (patch) | |
tree | 740f58109bc78433102dc97c8d1d0e78dda5af72 /linden/indra/newview/llfloaterpreference.h | |
parent | Tidied up Advanced preferences layout (client name tag options still need to ... (diff) | |
download | meta-impy-1b9732da0d31b56c6f48a0915ae3c526edd8897d.zip meta-impy-1b9732da0d31b56c6f48a0915ae3c526edd8897d.tar.gz meta-impy-1b9732da0d31b56c6f48a0915ae3c526edd8897d.tar.bz2 meta-impy-1b9732da0d31b56c6f48a0915ae3c526edd8897d.tar.xz |
Removed pointless 'About' button from the preferences
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llfloaterpreference.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/linden/indra/newview/llfloaterpreference.h b/linden/indra/newview/llfloaterpreference.h index 894d242..6162997 100644 --- a/linden/indra/newview/llfloaterpreference.h +++ b/linden/indra/newview/llfloaterpreference.h | |||
@@ -119,12 +119,10 @@ protected: | |||
119 | 119 | ||
120 | /*virtual*/ void onClose(bool app_quitting); | 120 | /*virtual*/ void onClose(bool app_quitting); |
121 | 121 | ||
122 | LLButton* mAboutBtn; | ||
123 | LLButton *mOKBtn; | 122 | LLButton *mOKBtn; |
124 | LLButton *mCancelBtn; | 123 | LLButton *mCancelBtn; |
125 | LLButton *mApplyBtn; | 124 | LLButton *mApplyBtn; |
126 | 125 | ||
127 | static void onClickAbout(void*); | ||
128 | static void onBtnOK(void*); | 126 | static void onBtnOK(void*); |
129 | static void onBtnCancel(void*); | 127 | static void onBtnCancel(void*); |
130 | static void onBtnApply(void*); | 128 | static void onBtnApply(void*); |