aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGerald Combs <gerald@zing.org>2014-09-19 08:44:58 -0700
committerGerald Combs <gerald@wireshark.org>2014-09-19 15:46:43 +0000
commitcbe7741926ddcc0612694018128f4b47f4eb8aed (patch)
tree459576f709f4d4661a85cc7ff9afed44eb28d868 /doc
parenta58c986f62a7be6fe7b69b9c372adcc2dab5f79e (diff)
Update the documentation to use "Wireshark.pro".
Change-Id: I024a882030e489cbd273a4245b0cd3be656f060f Reviewed-on: https://code.wireshark.org/review/4191 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/README.qt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/README.qt b/doc/README.qt
index b864cb8ef4..7baaef093a 100644
--- a/doc/README.qt
+++ b/doc/README.qt
@@ -214,13 +214,13 @@ http://www.parashift.com/c++-faq/mixing-c-and-cpp.html
Qt makes translating the Wireshark UI into different languages easy.
-- Add your translation (qtshark_XX.ts) in QtShark.pro, i18n.qrc, ui/qt/Makefile.common
+- Add your translation (wireshark_XX.ts) in Wireshark.pro, i18n.qrc, ui/qt/Makefile.common
and ui/qt/CMakeList.txt .
- Add also in epan/prefs.c, in ui/qt/main.cpp add case in switch(prefs_p->gui_qt_language)
and in main_windows_preferences_frame.ui (use qt-design) to add in prefs.
-- Run "lupdate QtShark.pro" to generate/update your translation file.
+- Run "lupdate Wireshark.pro" to generate/update your translation file.
- Translate with Qt Linguist.
-- Run "lrelease QtShark.pro" to create/update qtshark_xx.qm file.
+- Run "lrelease Wireshark.pro" to create/update wireshark_xx.qm file.
- Push your translation to Gerrit for review ("git push").
More information about Qt Linguist