URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4ba461ce32506ea099bfc27942f1dd80fb2f49d7
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark
Commits:
4ba461c by Uli Heilmeier (uh@xxxxxxxxxxxx):
QT translation: Remove shortcuts from *.ts files
QT ships with a base set of translated terms (qt_xx.qm). Therefore
we don't need to add these terms (like "Ctrl" or "Down") used in
shortcuts to the wireshark_xx.ts files.
The ts files are generated by running lupdate.
To get the new ts files (without the shortcut terms) it is necessary
to run lupdate with option "-no-obsolete".
Change-Id: I6346a866ae9a1b58fa23ea089c43c90ec0dc0225
Reviewed-on: https://code.wireshark.org/review/14848
Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
(cherry picked from commit aaab918fd0e306f30a3f8ca98d4187e47c0ed282)
Reviewed-on: https://code.wireshark.org/review/15117
Actions performed:
from 23086b3 J1939 can have 0 bytes of "packet data" (i.e. just CAN ID), so use tvb_reported_length instead of -1.
adds 4ba461c QT translation: Remove shortcuts from *.ts files
Summary of changes:
ui/qt/lbm_lbtrm_transport_dialog.ui | 4 +-
ui/qt/lbm_lbtru_transport_dialog.ui | 4 +-
ui/qt/lbm_stream_dialog.ui | 4 +-
ui/qt/main_window.ui | 140 +++++++++++++++++------------------
ui/qt/tap_parameter_dialog.ui | 4 +-
ui/qt/voip_calls_dialog.ui | 2 +-
6 files changed, 79 insertions(+), 79 deletions(-)