summaryrefslogtreecommitdiff
path: root/epan/unit_strings.h
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2016-12-16 20:35:13 +0000
committerJoão Valverde <j@v6e.pt>2016-12-16 22:49:30 +0000
commit166e129e7ee7e026b44ed587d185957cf45cc6c4 (patch)
tree95931f5c70ee299e2e87965d5d3b1d87eec638e8 /epan/unit_strings.h
parent2892cc6603820db170cefe0b5939635bc95445d1 (diff)
downloadwireshark-166e129e7ee7e026b44ed587d185957cf45cc6c4.tar.gz
Improve some unit strings with unicode characters
Change-Id: Ic6812fd266832743962e020cfc8f0af2d4742fdf Reviewed-on: https://code.wireshark.org/review/19308 Petri-Dish: João Valverde <j@v6e.pt> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net> Reviewed-by: João Valverde <j@v6e.pt>
Diffstat (limited to 'epan/unit_strings.h')
-rw-r--r--epan/unit_strings.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/unit_strings.h b/epan/unit_strings.h
index 8cd0ee73ff..5221a32a52 100644
--- a/epan/unit_strings.h
+++ b/epan/unit_strings.h
@@ -74,9 +74,9 @@ WS_DLL_PUBLIC const unit_name_string units_kbit;
WS_DLL_PUBLIC const unit_name_string units_kbps;
WS_DLL_PUBLIC const unit_name_string units_kibps;
WS_DLL_PUBLIC const unit_name_string units_kmh;
-WS_DLL_PUBLIC const unit_name_string units_uW;
-WS_DLL_PUBLIC const unit_name_string units_m_per_s;
-WS_DLL_PUBLIC const unit_name_string units_m_per_s_per_s;
+WS_DLL_PUBLIC const unit_name_string units_microwatts;
+WS_DLL_PUBLIC const unit_name_string units_meter_sec;
+WS_DLL_PUBLIC const unit_name_string units_meter_sec_squared;
WS_DLL_PUBLIC const unit_name_string units_bit_sec;
WS_DLL_PUBLIC const unit_name_string units_segment_remaining;