AboutDialog formatting

This commit is contained in:
Florian Märkl 2017-11-27 18:10:25 +01:00
parent 4ed51a6c00
commit 86eaf3a99d

View File

@ -15,8 +15,8 @@ AboutDialog::AboutDialog(QWidget *parent) :
"<h2>License</h2>" "<h2>License</h2>"
"This Software is released under the GNU General Public License v3.0" "This Software is released under the GNU General Public License v3.0"
"<h2>Authors</h2>" "<h2>Authors</h2>"
"xarkes, thestr4ng3r, ballessay" "xarkes, thestr4ng3r, ballessay<br/>"
"Based on Hugo Teso &lt;hugo.teso@gmail.org&gt; work (originally Iaito).")); "Based on work by Hugo Teso &lt;hugo.teso@gmail.org&gt; (originally Iaito)."));
} }
AboutDialog::~AboutDialog() {} AboutDialog::~AboutDialog() {}