diff options
| author | Lars Muldjord <muldjordlars@gmail.com> | 2017-04-21 22:37:34 +0200 | 
|---|---|---|
| committer | Lars Muldjord <muldjordlars@gmail.com> | 2017-04-21 22:37:34 +0200 | 
| commit | 1d7e0a638c9735d1b8a678df7f48183d046cc3e7 (patch) | |
| tree | 455fedc196494790e3fb7ec33dab76c2877c9f1e /plugingui | |
| parent | 506bff7b0ea8619d634d16088a4168b088af8359 (diff) | |
Removed a couple of newlines from the About text
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" | 
