URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=48f3c5dbb2e1cb6fad341ce0db1c51a40f45510d
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark
Commits:
48f3c5d by Uli Heilmeier (uh@xxxxxxxxxxxx):
Qt: Load qt_XX.qm to translate Qt Strings
The Windows installation includes the Qt translations files qt_XX.qm
in the installation directory (e.g. C:\Program Files\Wireshark\).
However we've tried to load the files only from the
QLibraryInfo::TranslationsPath (C:\Qt\5.3\msvc2013_64_opengl\translations\).
This path is missing in a normal Windows environment.
Therefore strings like "Ctrl" haven't been translated.
Change-Id: I45bc873fdd95fd0ab5c79e70d9ff062274f899fe
(cherry picked from commit 137dba6e66f58c0dae371e7fb98d3fdd6dc8c1f4)
Reviewed-on: https://code.wireshark.org/review/13584
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from c6d28c6 RLC LTE: fix dissection of RLC AM PDUs with odd number of 15 bits LI
adds 48f3c5d Qt: Load qt_XX.qm to translate Qt Strings
Summary of changes:
ui/qt/wireshark_application.cpp | 4 ++++
1 file changed, 4 insertions(+)