diff options
Diffstat (limited to 'plugingui')
| -rw-r--r-- | plugingui/abouttab.cc | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/plugingui/abouttab.cc b/plugingui/abouttab.cc index ffbe12a..2e4eace 100644 --- a/plugingui/abouttab.cc +++ b/plugingui/abouttab.cc @@ -63,7 +63,6 @@ std::string AboutTab::getAboutText()  	// Version  	about_text.append(  	"\n" -	"\n"  	"=============\n"  	"            Version\n"  	"=============\n" @@ -73,7 +72,6 @@ std::string AboutTab::getAboutText()  	// Authors  	about_text.append(  	"\n" -	"\n"  	"=============\n"  	"            Authors\n"  	"=============\n" @@ -83,7 +81,6 @@ std::string AboutTab::getAboutText()  	// GPL  	about_text.append(  	"\n" -	"\n"  	"=============\n"  	"            License\n"  	"=============\n" | 
