Wireshark-commits: [Wireshark-commits] master c18736c: wsutil: Split locale information into tokens
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 17 Mar 2016 14:59:40 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c18736c2e7f9e56fa61658d6b4f8c172fc53f2bd
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

c18736c by João Valverde (joao.valverde@xxxxxxxxxxxxxxxxxx):

    wsutil: Split locale information into tokens and format it
    
    The locale information returned by setlocale() can be a very long unbroken
    string. This makes the text dialog too wide without line wrapping and in
    some cases it spans outside the screen border.
    
    Add some commas to improve readability and help GTK+ render it properly.
    
    Change-Id: Ia7913550ada3ebaac9c783e9ac1b202dbe1563fc
    Reviewed-on: https://code.wireshark.org/review/11961
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  8def5c4   extcap-base: remove print of version if no interfaces present.
    adds  c18736c   wsutil: Split locale information into tokens and format it


Summary of changes:
 wsutil/ws_version_info.c |   26 ++++++++++++++++++++++++--
 1 file changed, 24 insertions(+), 2 deletions(-)