From 904b939171511b6ede37347e44f6ca5215140c42 Mon Sep 17 00:00:00 2001 From: TheMarlboroMan Date: Sun, 23 Feb 2020 18:31:54 +0100 Subject: Added title, which I forgot. This should be the last of the asinine commits --- plugingui/abouttab.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/plugingui/abouttab.cc b/plugingui/abouttab.cc index 0c56c62..6d08266 100644 --- a/plugingui/abouttab.cc +++ b/plugingui/abouttab.cc @@ -51,6 +51,7 @@ public: about_text.append(separator_count, separator_character) .append(1, '\n') .append(space_count, ' ') + .append(_title) .append(1, '\n') .append(separator_count, separator_character) .append(3, '\n') -- cgit v1.2.3