diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llgivemoney.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/llgivemoney.h b/linden/indra/newview/llgivemoney.h index 664d1c8..f2b5a9a 100644 --- a/linden/indra/newview/llgivemoney.h +++ b/linden/indra/newview/llgivemoney.h | |||
@@ -56,13 +56,13 @@ public: | |||
56 | virtual ~LLFloaterPay(); | 56 | virtual ~LLFloaterPay(); |
57 | 57 | ||
58 | // Pay into an in-world object, which will trigger scripts and eventually | 58 | // Pay into an in-world object, which will trigger scripts and eventually |
59 | // transfer the money to the resident or group that owns the object. | 59 | // transfer the L$ to the resident or group that owns the object. |
60 | // Object must be selected. Must pass object id, because it may be | 60 | // Object must be selected. Must pass object id, because it may be |
61 | // a child of the selected object. | 61 | // a child of the selected object. |
62 | static void payViaObject(money_callback callback, const LLUUID& object_id); | 62 | static void payViaObject(money_callback callback, const LLUUID& object_id); |
63 | 63 | ||
64 | // Pay an avatar or group directly, not via an object in the world. | 64 | // Pay an avatar or group directly, not via an object in the world. |
65 | // Scripts are not notified, money can be direcly transferred. | 65 | // Scripts are not notified, L$ can be direcly transferred. |
66 | static void payDirectly(money_callback callback, | 66 | static void payDirectly(money_callback callback, |
67 | const LLUUID& target_id, | 67 | const LLUUID& target_id, |
68 | BOOL is_group); | 68 | BOOL is_group); |