diff options
author | David Seikel | 2011-02-25 05:58:41 +1000 |
---|---|---|
committer | David Seikel | 2011-02-25 05:58:41 +1000 |
commit | 8fa1dc90a9fec493b19604a4b4e08dc3208c7e8f (patch) | |
tree | 4cd1855e1658704d5eedd72dc64a95bc08b6c206 /linden/indra/llcommon/roles_constants.h | |
parent | Merge branch 'weekly' into branding (diff) | |
download | meta-impy-8fa1dc90a9fec493b19604a4b4e08dc3208c7e8f.zip meta-impy-8fa1dc90a9fec493b19604a4b4e08dc3208c7e8f.tar.gz meta-impy-8fa1dc90a9fec493b19604a4b4e08dc3208c7e8f.tar.bz2 meta-impy-8fa1dc90a9fec493b19604a4b4e08dc3208c7e8f.tar.xz |
Unbranding. Todays word is "linden".
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llcommon/roles_constants.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/llcommon/roles_constants.h b/linden/indra/llcommon/roles_constants.h index 854a153..b3107e7 100644 --- a/linden/indra/llcommon/roles_constants.h +++ b/linden/indra/llcommon/roles_constants.h | |||
@@ -89,7 +89,7 @@ const U64 GP_GROUP_CHANGE_IDENTITY = 0x1 << 11; // Charter, insignia, 'Show In G | |||
89 | 89 | ||
90 | // Parcel Management | 90 | // Parcel Management |
91 | const U64 GP_LAND_DEED = 0x1 << 12; // Deed Land and Buy Land for Group | 91 | const U64 GP_LAND_DEED = 0x1 << 12; // Deed Land and Buy Land for Group |
92 | const U64 GP_LAND_RELEASE = 0x1 << 13; // Release Land (to Gov. Linden) | 92 | const U64 GP_LAND_RELEASE = 0x1 << 13; // Release Land (abandon it back to the grid owners) |
93 | const U64 GP_LAND_SET_SALE_INFO = 0x1 << 14; // Set for sale info (Toggle "For Sale", Set Price, Set Target, Toggle "Sell objects with the land") | 93 | const U64 GP_LAND_SET_SALE_INFO = 0x1 << 14; // Set for sale info (Toggle "For Sale", Set Price, Set Target, Toggle "Sell objects with the land") |
94 | const U64 GP_LAND_DIVIDE_JOIN = 0x1 << 15; // Divide and Join Parcels | 94 | const U64 GP_LAND_DIVIDE_JOIN = 0x1 << 15; // Divide and Join Parcels |
95 | 95 | ||
@@ -126,7 +126,7 @@ const U64 GP_LAND_RETURN = GP_LAND_RETURN_GROUP_OWNED | |||
126 | | GP_LAND_RETURN_GROUP_SET | 126 | | GP_LAND_RETURN_GROUP_SET |
127 | | GP_LAND_RETURN_NON_GROUP; | 127 | | GP_LAND_RETURN_NON_GROUP; |
128 | 128 | ||
129 | const U64 GP_LAND_GARDENING = 0x1LL << 35; // Parcel Gardening - plant and move linden trees | 129 | const U64 GP_LAND_GARDENING = 0x1LL << 35; // Parcel Gardening - plant and move tree prims |
130 | 130 | ||
131 | // Object Management | 131 | // Object Management |
132 | const U64 GP_OBJECT_DEED = 0x1LL << 36; // Deed Object | 132 | const U64 GP_OBJECT_DEED = 0x1LL << 36; // Deed Object |