Fixed font size and color of the version number in AboutDialog

Update english translation

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6689 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2013-09-05 13:15:47 +00:00
parent a9a919de55
commit d59801088d
3 changed files with 15 additions and 7 deletions

View file

@ -34,7 +34,7 @@
/** Constructor */
HelpDialog::HelpDialog(QWidget *parent)
:QDialog(parent)
: QDialog(parent, Qt::WindowSystemMenuHint | Qt::WindowTitleHint | Qt::WindowCloseButtonHint)
{
/* Invoke the Qt Designer generated object setup routine */
ui.setupUi(this);