Wireshark-commits: [Wireshark-commits] master-2.0 9a4f735: Minor UI locale updates.
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 28 Jun 2016 06:50:51 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9a4f7358072b4f8b2f360f8bf332d1c42e5693e7
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark

Commits:

9a4f735 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.
    
    # Conflicts:
    #	wireshark-qt.cpp
    
    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>
    Reviewed-on: https://code.wireshark.org/review/16170
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  b354ac7   Qt: Handle unhandled filter actions.
    adds  9a4f735   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(-)