aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llpanelclassified.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:04 -0500
committerJacek Antonelli2008-08-15 23:45:04 -0500
commit117e22047c5752352342d64e3fb7ce00a4eb8113 (patch)
treee32de2cfba0dda8705ae528fcd1fbe23ba075685 /linden/indra/newview/llpanelclassified.h
parentSecond Life viewer sources 1.18.0.6 (diff)
downloadmeta-impy-117e22047c5752352342d64e3fb7ce00a4eb8113.zip
meta-impy-117e22047c5752352342d64e3fb7ce00a4eb8113.tar.gz
meta-impy-117e22047c5752352342d64e3fb7ce00a4eb8113.tar.bz2
meta-impy-117e22047c5752352342d64e3fb7ce00a4eb8113.tar.xz
Second Life viewer sources 1.18.1.2
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llpanelclassified.h25
1 files changed, 13 insertions, 12 deletions
diff --git a/linden/indra/newview/llpanelclassified.h b/linden/indra/newview/llpanelclassified.h
index 0ebac2c..6f5e370 100644
--- a/linden/indra/newview/llpanelclassified.h
+++ b/linden/indra/newview/llpanelclassified.h
@@ -115,8 +115,8 @@ protected:
115 BOOL mInFinder; 115 BOOL mInFinder;
116 bool mDirty; 116 bool mDirty;
117 bool mForceClose; 117 bool mForceClose;
118 LLUUID mClassifiedID; 118 LLUUID mClassifiedID;
119 LLUUID mRequestedID; 119 LLUUID mRequestedID;
120 LLUUID mCreatorID; 120 LLUUID mCreatorID;
121 LLUUID mParcelID; 121 LLUUID mParcelID;
122 S32 mPriceForListing; 122 S32 mPriceForListing;
@@ -129,24 +129,25 @@ protected:
129 BOOL mPaidFor; 129 BOOL mPaidFor;
130 130
131 LLString mSimName; 131 LLString mSimName;
132 LLVector3d mPosGlobal; 132 LLVector3d mPosGlobal;
133 133
134 LLTextureCtrl* mSnapshotCtrl; 134 // Values the user may change
135 LLLineEditor* mNameEditor; 135 LLTextureCtrl* mSnapshotCtrl;
136 LLLineEditor* mNameEditor;
136 LLLineEditor* mDateEditor; 137 LLLineEditor* mDateEditor;
137 LLTextEditor* mDescEditor; 138 LLTextEditor* mDescEditor;
138 LLLineEditor* mLocationEditor; 139 LLLineEditor* mLocationEditor;
139 LLComboBox* mCategoryCombo; 140 LLComboBox* mCategoryCombo;
141 LLCheckBoxCtrl* mMatureCheck;
142 LLCheckBoxCtrl* mAutoRenewCheck;
140 143
141 LLButton* mUpdateBtn; 144 LLButton* mUpdateBtn;
142 LLButton* mTeleportBtn; 145 LLButton* mTeleportBtn;
143 LLButton* mMapBtn; 146 LLButton* mMapBtn;
144 LLButton* mProfileBtn; 147 LLButton* mProfileBtn;
145 148
146 LLTextBox* mInfoText; 149 LLTextBox* mInfoText;
147 LLCheckBoxCtrl* mMatureCheck; 150 LLButton* mSetBtn;
148 LLCheckBoxCtrl* mAutoRenewCheck;
149 LLButton* mSetBtn;
150 LLTextBox* mClickThroughText; 151 LLTextBox* mClickThroughText;
151 152
152 LLRect mSnapshotSize; 153 LLRect mSnapshotSize;