Wireshark-commits: [Wireshark-commits] master b47aca5: Minor UI locale updates.
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b47aca5fd1782cea68b2cba54263a75b5a3007e8
Submitter: Jo?o Valverde (j@xxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
b47aca5 by Gerald Combs (gerald@xxxxxxxxxxxxx):
Minor UI locale updates.
Qt: Call setlocale before commandline_early_options so that we get
proper "-v" output, similar to the GTK+ UI.
GTK+: Call setlocale once at startup.
Bug: 11960
Change-Id: I3c3a196b9d94fc768e1085200891bc8d67e21a08
Reviewed-on: https://code.wireshark.org/review/16132
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: João Valverde <j@xxxxxx>
Actions performed:
from 79836fa wsutil: Move Win32 helper routines from capchild
adds b47aca5 Minor UI locale updates.
Summary of changes:
ui/gtk/main.c | 11 ++++-------
ui/qt/wireshark_application.cpp | 2 +-
ui/qt/wireshark_application.h | 2 +-
wireshark-qt.cpp | 12 ++++++------
4 files changed, 12 insertions(+), 15 deletions(-)