diff options
author | Monroe Linden <monroe@lindenlab.com> | 2010-08-09 17:05:53 -0700 |
---|---|---|
committer | Monroe Linden <monroe@lindenlab.com> | 2010-08-09 17:05:53 -0700 |
commit | 011c3686a6e10edfe40adb67105298033188c1d6 (patch) | |
tree | 8e45584e245d4f31429703a52da2bf0124d93d04 /indra/llcommon | |
parent | bd708f82bd3b87051e03a2794ce417ae6f432c08 (diff) | |
parent | a11a8c4027eb949c8a33951b9e8c7475e59a2eeb (diff) |
Automated merge with ssh://hg.lindenlab.com/dessie/viewer-public
Diffstat (limited to 'indra/llcommon')
-rw-r--r-- | indra/llcommon/stdenums.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llcommon/stdenums.h b/indra/llcommon/stdenums.h index 1a5678dde1..e0565204d4 100644 --- a/indra/llcommon/stdenums.h +++ b/indra/llcommon/stdenums.h @@ -119,8 +119,8 @@ enum EObjectPropertiesExtraID enum EAddPosition { ADD_TOP, - ADD_SORTED, - ADD_BOTTOM + ADD_BOTTOM, + ADD_DEFAULT }; enum LLGroupChange |