Feature request: Report when we're refreshing the currency balance

This commit is contained in:
Lirusaito
2019-03-09 17:50:31 -05:00
parent d2983deb48
commit c164bd200e
2 changed files with 4 additions and 0 deletions

View File

@@ -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);

View File

@@ -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>