From 166e129e7ee7e026b44ed587d185957cf45cc6c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Valverde?= Date: Fri, 16 Dec 2016 20:35:13 +0000 Subject: Improve some unit strings with unicode characters MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ic6812fd266832743962e020cfc8f0af2d4742fdf Reviewed-on: https://code.wireshark.org/review/19308 Petri-Dish: João Valverde Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann Reviewed-by: João Valverde --- epan/unit_strings.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'epan/unit_strings.h') 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; -- cgit v1.2.1