aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/main.cpp
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2014-10-01 12:44:14 -0700
committerGerald Combs <gerald@wireshark.org>2014-10-01 22:30:33 +0000
commit58cde5c74accbb7ad843e4b97e64c2b9f74b8854 (patch)
tree52808e0e80d4c7c7621960d392f4dc0b1e049464 /ui/qt/main.cpp
parentb5aa0d2a4f6b70c16323e5ea69412c3cc861379e (diff)
Add tests for the Qt UI.
Make sure the Qt UI quits if WIRESHARK_QUIT_AFTER_CAPTURE is set. Make sure Bourne shell scripts (*.sh) have UNIX/POSIX line endings. Reduce some time values so that the tests run faster. Change-Id: I81df7c6f72d7d807d1856863cbea1bb6326ca711 Reviewed-on: https://code.wireshark.org/review/4407 Tested-by: Gerald Combs <gerald@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'ui/qt/main.cpp')
-rw-r--r--ui/qt/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/main.cpp b/ui/qt/main.cpp
index c742bbaf6f..30f3d37a32 100644
--- a/ui/qt/main.cpp
+++ b/ui/qt/main.cpp
@@ -298,7 +298,7 @@ print_usage(gboolean for_help_option) {
#ifndef _WIN32
fprintf(output, " --display=DISPLAY X display to use\n");
#endif
- fprintf(output, "\nNOTE: Not all options are already implemented in the QT port.\n");
+ fprintf(output, "\nNOTE: Not all options are implemented in the Qt port.\n");
#ifdef _WIN32
destroy_console();