From 5b734d237890fd73504c8d9684f32a116b1cbdec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Nusser?= Date: Fri, 15 Jun 2018 19:57:32 +0200 Subject: Add BUGS file in root dir and also in the about tab. --- plugingui/abouttab.cc | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'plugingui/abouttab.cc') 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" -- cgit v1.2.3