aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloaterreporter.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llfloaterreporter.h')
-rw-r--r--linden/indra/newview/llfloaterreporter.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/newview/llfloaterreporter.h b/linden/indra/newview/llfloaterreporter.h
index 9696b34..5e8f735 100644
--- a/linden/indra/newview/llfloaterreporter.h
+++ b/linden/indra/newview/llfloaterreporter.h
@@ -49,6 +49,8 @@ struct LLResourceData;
49// these flags are used to label info requests to the server 49// these flags are used to label info requests to the server
50const U32 BUG_REPORT_REQUEST = 0x01 << 0; 50const U32 BUG_REPORT_REQUEST = 0x01 << 0;
51const U32 COMPLAINT_REPORT_REQUEST = 0x01 << 1; 51const U32 COMPLAINT_REPORT_REQUEST = 0x01 << 1;
52const U32 OBJECT_PAY_REQUEST = 0x01 << 2;
53
52 54
53// ************************************************************ 55// ************************************************************
54// THESE ENUMS ARE IN THE DATABASE!!! 56// THESE ENUMS ARE IN THE DATABASE!!!