Fix About->Acknowledgements

Add prefix and postfix "=" to satisfy text splitter to avoid empty text area.

Change-Id: I3c8e4fd4711ea8fcc7bba9583ff3fe5cb06ce4a1
Reviewed-on: https://code.wireshark.org/review/30428
Reviewed-by: Gerald Combs <gerald@wireshark.org>
This commit is contained in:
Michał Łabędzki 2018-10-30 13:57:37 +01:00 committed by Gerald Combs
parent 1a2aa0e901
commit 41f4c7d071
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ AStringListListModel(parent)
if ( line.startsWith("------") )
continue;
if ( line == "Acknowledgements" )
if ( line == "= Acknowledgements =" )
{
readAck = true;
continue;