Feature request: Report when we're refreshing the currency balance
This commit is contained in:
@@ -56,6 +56,7 @@
|
||||
#include "llpathfindingnavmeshstatus.h"
|
||||
#include "llimview.h"
|
||||
#include "lltextbox.h"
|
||||
#include "lltrans.h"
|
||||
#include "llui.h"
|
||||
#include "llviewerparceloverlay.h"
|
||||
#include "llviewerregion.h"
|
||||
@@ -674,6 +675,8 @@ void LLStatusBar::setUPC(S32 upc)
|
||||
// static
|
||||
void LLStatusBar::sendMoneyBalanceRequest()
|
||||
{
|
||||
void cmdline_printchat(const std::string& message);
|
||||
cmdline_printchat(LLTrans::getString("refreshing balance"));
|
||||
LLMessageSystem* msg = gMessageSystem;
|
||||
msg->newMessageFast(_PREHASH_MoneyBalanceRequest);
|
||||
msg->nextBlockFast(_PREHASH_AgentData);
|
||||
|
||||
@@ -3071,6 +3071,7 @@ Where tag = tag string to match. Removes bot's matching the tag.
|
||||
<string name="ScriptCountObject">Counted [SCRIPTS] scripts in [OBJECTS] objects. ([RUNNING] running, [MONO] mono.)</string>
|
||||
<string name="ScriptDeleteObject">Deleted [SCRIPTS] scripts in [OBJECTS] objects.</string>
|
||||
<string name="took_a_snapshot">took a snapshot</string>
|
||||
<string name="refreshing balance">Refreshing [CURRENCY] balance</string>
|
||||
|
||||
<!-- Radar Alert Strings -->
|
||||
<string name="radar_alert_template">[NAME] [ACTION] [RANGE].</string>
|
||||
|
||||
Reference in New Issue
Block a user