ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master beacbab: Fix the "Manage interfaces" dialog columns.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 11 Aug 2018 22:27:28 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=beacbab55afa913526a0428478198db193a22dca
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

beacbab by Guy Harris (guy@xxxxxxxxxxxx):

    Fix the "Manage interfaces" dialog columns.
    
    Windows is not the only OS with "friendly" names for interfaces; macOS
    has them as well, and some *BSDs let you tag interfaces with names as
    well.
    
    The column headings for the "Interface Name" and the "Friendly Name"
    were backwards.
    
    Change-Id: I72543505cec9d479d8ab8aab3850daab3667805f
    Reviewed-on: https://code.wireshark.org/review/29082
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  530061b   More comments.
     add  beacbab   Fix the "Manage interfaces" dialog columns.


Summary of changes:
 ui/qt/manage_interfaces_dialog.cpp    | 2 --
 ui/qt/models/interface_tree_model.cpp | 4 ++--
 2 files changed, 2 insertions(+), 4 deletions(-)