diff options
Diffstat (limited to 'plugingui/abouttab.cc')
-rw-r--r-- | plugingui/abouttab.cc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/plugingui/abouttab.cc b/plugingui/abouttab.cc index f731100..7e330cb 100644 --- a/plugingui/abouttab.cc +++ b/plugingui/abouttab.cc @@ -71,6 +71,15 @@ std::string AboutTab::getAboutText() "\n"); about_text.append(std::string(VERSION) + "\n"); + // Bugs + about_text.append( + "\n" + "=============\n" + " Bugs\n" + "=============\n" + "\n"); + about_text.append(bugs.data()); + // Authors about_text.append( "\n" |