From 90ba1668b34474263ea689c992bcb6762bf752f1 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Mon, 29 Dec 2014 16:33:21 +0100 Subject: capture_file.h (Qt): missing ] Change-Id: Ibc512f03913d77a6c4f0cdbcf5141efbd94b22f0 Reviewed-on: https://code.wireshark.org/review/6115 Reviewed-by: Michael Mann --- ui/qt/capture_file.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/qt/capture_file.h b/ui/qt/capture_file.h index 11418db2a1..18186d80ed 100644 --- a/ui/qt/capture_file.h +++ b/ui/qt/capture_file.h @@ -50,7 +50,7 @@ public: /** Return a filename suitable for use in a window title. * * @return One of: the basename of the capture file without an extension, - * the basename followed by "[closing", "[closed]", or "[no capture file]". + * the basename followed by "[closing]", "[closed]", or "[no capture file]". */ const QString fileTitle() { return file_title_ + file_state_; } -- cgit v1.2.3