diff options
Diffstat (limited to 'linden/indra/newview/llfirstuse.cpp')
-rw-r--r-- | linden/indra/newview/llfirstuse.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/newview/llfirstuse.cpp b/linden/indra/newview/llfirstuse.cpp index bc982af..34e3fcc 100644 --- a/linden/indra/newview/llfirstuse.cpp +++ b/linden/indra/newview/llfirstuse.cpp | |||
@@ -46,6 +46,7 @@ | |||
46 | #include "lltracker.h" | 46 | #include "lltracker.h" |
47 | 47 | ||
48 | #include "llvoavatar.h" | 48 | #include "llvoavatar.h" |
49 | #include "hippoGridManager.h" | ||
49 | 50 | ||
50 | // [RLVa:KB] - Version: 1.22.11 | 51 | // [RLVa:KB] - Version: 1.22.11 |
51 | #include "llviewerwindow.h" | 52 | #include "llviewerwindow.h" |
@@ -94,6 +95,7 @@ void LLFirstUse::useBalanceIncrease(S32 delta) | |||
94 | 95 | ||
95 | LLSD args; | 96 | LLSD args; |
96 | args["AMOUNT"] = llformat("%d",delta); | 97 | args["AMOUNT"] = llformat("%d",delta); |
98 | args["CURRENCY"] = gHippoGridManager->getConnectedGrid()->getCurrencySymbol(); | ||
97 | LLNotifications::instance().add("FirstBalanceIncrease", args); | 99 | LLNotifications::instance().add("FirstBalanceIncrease", args); |
98 | } | 100 | } |
99 | } | 101 | } |
@@ -108,6 +110,7 @@ void LLFirstUse::useBalanceDecrease(S32 delta) | |||
108 | 110 | ||
109 | LLSD args; | 111 | LLSD args; |
110 | args["AMOUNT"] = llformat("%d",-delta); | 112 | args["AMOUNT"] = llformat("%d",-delta); |
113 | args["CURRENCY"] = gHippoGridManager->getConnectedGrid()->getCurrencySymbol(); | ||
111 | LLNotifications::instance().add("FirstBalanceDecrease", args); | 114 | LLNotifications::instance().add("FirstBalanceDecrease", args); |
112 | } | 115 | } |
113 | } | 116 | } |