diff options
author | André Nusser <andre.nusser@googlemail.com> | 2018-06-15 19:57:32 +0200 |
---|---|---|
committer | André Nusser <andre.nusser@googlemail.com> | 2018-06-15 19:57:32 +0200 |
commit | 5b734d237890fd73504c8d9684f32a116b1cbdec (patch) | |
tree | fe970c98fbebf188e1342615a2c79c97582a30e3 /plugingui/abouttab.cc | |
parent | 8d0ad1fe0d71100ab07a60b2d7824a4a2e6a3ce0 (diff) |
Add BUGS file in root dir and also in the about tab.
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" |