Fix about menu entry and newline
This commit is contained in:
@@ -117,7 +117,7 @@ void MainWidget::showAboutDialog()
|
|||||||
|
|
||||||
about.setText(QString("QCMA ") + QCMA_VER);
|
about.setText(QString("QCMA ") + QCMA_VER);
|
||||||
about.setWindowTitle(tr("About QCMA"));
|
about.setWindowTitle(tr("About QCMA"));
|
||||||
about.setInformativeText(tr("Copyright (C) 2013 Codestation\n"));
|
about.setInformativeText(tr("Copyright (C) 2013 Codestation") + "\n");
|
||||||
about.setStandardButtons(QMessageBox::Ok);
|
about.setStandardButtons(QMessageBox::Ok);
|
||||||
about.setIconPixmap(QPixmap(":/main/resources/qcma.png"));
|
about.setIconPixmap(QPixmap(":/main/resources/qcma.png"));
|
||||||
about.setDefaultButton(QMessageBox::Ok);
|
about.setDefaultButton(QMessageBox::Ok);
|
||||||
@@ -141,7 +141,7 @@ void MainWidget::createTrayIcon()
|
|||||||
options = new QAction(tr("&Settings"), this);
|
options = new QAction(tr("&Settings"), this);
|
||||||
reload = new QAction(tr("&Refresh database"), this);
|
reload = new QAction(tr("&Refresh database"), this);
|
||||||
backup = new QAction(tr("&Backup Manager"), this);
|
backup = new QAction(tr("&Backup Manager"), this);
|
||||||
about = new QAction(tr("&About"), this);
|
about = new QAction(tr("&About QCMA"), this);
|
||||||
about_qt = new QAction(tr("Abou&t Qt"), this);
|
about_qt = new QAction(tr("Abou&t Qt"), this);
|
||||||
quit = new QAction(tr("&Quit"), this);
|
quit = new QAction(tr("&Quit"), this);
|
||||||
|
|
||||||
|
@@ -292,9 +292,18 @@
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../mainwidget.cpp" line="120"/>
|
<location filename="../../mainwidget.cpp" line="120"/>
|
||||||
|
<source>Copyright (C) 2013 Codestation</source>
|
||||||
|
<translation>Copyright (C) 2013 Codestation</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../../mainwidget.cpp" line="144"/>
|
||||||
|
<source>&About QCMA</source>
|
||||||
|
<translation>&Acerca de QCMA</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
<source>Copyright (C) 2013 Codestation
|
<source>Copyright (C) 2013 Codestation
|
||||||
</source>
|
</source>
|
||||||
<translation>Copyright (C) 2013 Codestation\n</translation>
|
<translation type="obsolete">Copyright (C) 2013 Codestation\n</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../mainwidget.cpp" line="143"/>
|
<location filename="../../mainwidget.cpp" line="143"/>
|
||||||
@@ -302,9 +311,8 @@
|
|||||||
<translation>&Gestor de Respaldos</translation>
|
<translation>&Gestor de Respaldos</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../mainwidget.cpp" line="144"/>
|
|
||||||
<source>&About</source>
|
<source>&About</source>
|
||||||
<translation>&Acerca de</translation>
|
<translation type="obsolete">&Acerca de</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../mainwidget.cpp" line="145"/>
|
<location filename="../../mainwidget.cpp" line="145"/>
|
||||||
|
@@ -293,8 +293,7 @@
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../mainwidget.cpp" line="120"/>
|
<location filename="../../mainwidget.cpp" line="120"/>
|
||||||
<source>Copyright (C) 2013 Codestation
|
<source>Copyright (C) 2013 Codestation</source>
|
||||||
</source>
|
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
@@ -304,7 +303,7 @@
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../mainwidget.cpp" line="144"/>
|
<location filename="../../mainwidget.cpp" line="144"/>
|
||||||
<source>&About</source>
|
<source>&About QCMA</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
|
Reference in New Issue
Block a user