summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugingui/abouttab.cc1
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')