small about dialog change
This commit is contained in:
parent
e69e601133
commit
454c7881ec
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ void MainWindow::onAbout()
|
||||||
{
|
{
|
||||||
QMessageBox::about(
|
QMessageBox::about(
|
||||||
this, "Über",
|
this, "Über",
|
||||||
QString("<p><b>KIMA2</b> Version ") + PROJECT_VERSION +
|
QString("<p style='text-align:center;'><b>KIMA2</b> - Version ") + PROJECT_VERSION +
|
||||||
"</p>"
|
"</p>"
|
||||||
"<p>KIMA2 ist ein kleines Kassenprogramm für Kindersachenmärkte.<p />"
|
"<p>KIMA2 ist ein kleines Kassenprogramm für Kindersachenmärkte.<p />"
|
||||||
"<p>Copyright © Martin Brodbeck <<a href=mailto:martin@brodbeck-online.de"
|
"<p>Copyright © Martin Brodbeck <<a href=mailto:martin@brodbeck-online.de"
|
||||||
|
|
Loading…
Reference in a new issue