From 72427192723869535fb938425ddf8c5c4568ab5c Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Tue, 29 Nov 2016 09:32:47 -0800 Subject: Qt: Fix simple_dialog formatting. Make sure that simple_dialog displays plain text. Trim whitespace and remove excessive newlines in order to improve message formatting. Add a comment about simple_dialog's behavior in Qt and GTK+ and how it might be improved. Bug: 13178 Change-Id: Ic6ff3cecd5ef1d76ec095d7a409f38e602b41ce2 Reviewed-on: https://code.wireshark.org/review/18985 Petri-Dish: Gerald Combs Tested-by: Petri Dish Buildbot Reviewed-by: Jaap Keuter Reviewed-by: Gerald Combs --- dumpcap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dumpcap.c') diff --git a/dumpcap.c b/dumpcap.c index be96c173a7..632dda33f8 100644 --- a/dumpcap.c +++ b/dumpcap.c @@ -644,7 +644,7 @@ get_capture_device_open_failure_messages(const char *open_err_str, "Please check that \"%s\" is the proper interface.\n" "\n" "\n" - "Help can be found at:\n" + "Help can be found on the following pages:\n" "\n" " https://wiki.wireshark.org/WinPcap\n" " https://wiki.wireshark.org/CaptureSetup\n", -- cgit v1.2.1