diff options
author | TheMarlboroMan <marlborometal@gmail.com> | 2020-02-23 18:31:54 +0100 |
---|---|---|
committer | TheMarlboroMan <marlborometal@gmail.com> | 2020-02-23 18:31:54 +0100 |
commit | 904b939171511b6ede37347e44f6ca5215140c42 (patch) | |
tree | 960e44bb81293178fcb969ba467aa18e91b56c96 | |
parent | 8a4d872d938473cfda0a45441958df1b6d0ab00f (diff) |
Added title, which I forgot. This should be the last of the asinine commitsabout-rework
-rw-r--r-- | plugingui/abouttab.cc | 1 |
1 files changed, 1 insertions, 0 deletions
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') |