diff options
author | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2014-09-22 13:30:11 +0300 |
---|---|---|
committer | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2014-09-22 13:30:11 +0300 |
commit | 9c4a8951fffb2a649647178f396f01cf68f114fc (patch) | |
tree | bf7b8e084baac889aaee6bef9ee62541bd4c0142 | |
parent | 70ca1d9c9fe7462b4c7c993ec57720b347d46aa3 (diff) |
MAINT-4455 FIXED stats - UDP Data should not show any comma
-rwxr-xr-x | doc/contributions.txt | 1 | ||||
-rwxr-xr-x | indra/newview/skins/default/xui/en/floater_stats.xml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/doc/contributions.txt b/doc/contributions.txt index dd69f8f953..435521fad1 100755 --- a/doc/contributions.txt +++ b/doc/contributions.txt @@ -356,6 +356,7 @@ Decro Schmooz Denim Kamachi DiJodi Dubratt Dil Spitz + MAINT-4455 Dimitrio Lewis Dirk Draconis Neurocam diff --git a/indra/newview/skins/default/xui/en/floater_stats.xml b/indra/newview/skins/default/xui/en/floater_stats.xml index c9a6e1c9c3..a33a7e64a4 100755 --- a/indra/newview/skins/default/xui/en/floater_stats.xml +++ b/indra/newview/skins/default/xui/en/floater_stats.xml @@ -37,6 +37,7 @@ <stat_bar name="bandwidth" label="UDP Data Received" stat="activemessagedatareceived" + decimal_digits="0" show_bar="true"/> <stat_bar name="packet_loss" label="Packet Loss" |