aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2014-10-10 11:30:59 +0200
committerPascal Quantin <pascal.quantin@gmail.com>2014-10-15 16:43:14 +0000
commit9b7ee18f8bbbbb4737158564a43be040ee4da263 (patch)
treeaf0b39caf869c62564c807eda0330938d870bbc3 /doc
parent0444c473b70f1540108857169359c64693efa988 (diff)
Typos in source code and in README.qt
Change-Id: I5aef31ef7ad604352f6e108835f0e9c2d10cdf8a Reviewed-on: https://code.wireshark.org/review/4706 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
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 22af202035..93d646bdca 100644
--- a/doc/README.qt
+++ b/doc/README.qt
@@ -218,10 +218,10 @@ http://www.parashift.com/c++-faq/mixing-c-and-cpp.html
Qt makes translating the Wireshark UI into different languages easy.
-- Add your translation (wireshark_XX.ts) in Wireshark.pro, i18n.qrc, ui/qt/Makefile.common
- and ui/qt/CMakeList.txt .
+- Add your translation (ui/qt/wireshark_XX.ts) in ui/qt/Wireshark.pro, ui/qt/i18n.qrc,
+ ui/qt/Makefile.common and ui/qt/CMakeLists.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.
+ and in ui/qt/main_window_preferences_frame.ui (use qt-design) to add in prefs.
- Run "lupdate Wireshark.pro" to generate/update your translation file.
- Translate with Qt Linguist.
- Run "lrelease Wireshark.pro" to create/update wireshark_xx.qm file.