fixed translation string bug. should solve: http://www.pokerth.net/mantis/view.php?id=2

This commit is contained in:
doitux
2009-01-04 00:08:51 +00:00
parent 4515996959
commit d077e89257
2 changed files with 35 additions and 75 deletions
@@ -60,6 +60,4 @@ aboutPokerthImpl::aboutPokerthImpl(QWidget *parent, ConfigFile *c)
label_pokerthVersion->setText(QString(tr("PokerTH %1").arg(POKERTH_BETA_RELEASE_STRING)));
this->setWindowTitle(QString(tr("About PokerTH %1").arg(POKERTH_BETA_RELEASE_STRING)));
textBrowser_3->append("<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif'; font-size:9pt;\"><span style=\" font-weight:600;\">danuxi</span></p>\n<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif'; font-size:9pt;\">&nbsp;&nbsp;&nbsp;&nbsp;- for startwindow background gfx</p>");
}