Skip to content

Commit

Permalink
"Updating"
Browse files Browse the repository at this point in the history
  • Loading branch information
adgellida committed Dec 16, 2018
1 parent c6d9fc6 commit 85e1831
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/about.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ void MainWindow::on_actionAbout_triggered()
"<p align='left'><a href='https://github.com/adgellida/winsys'>Git Repo</a></p></br>"));

about.setInformativeText(tr("Copyright (c) 2017 all rights reserved\n\n\GPL v2\n\nAntonio David Gellida Lavara\n\n[email protected]\n\n"
"v2018.12.08"));
"v2018.12.16"));

about.setWindowTitle(tr("About"));
about.setStandardButtons(QMessageBox::Ok);
Expand Down
2 changes: 1 addition & 1 deletion src/mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -3786,7 +3786,7 @@
</rect>
</property>
<property name="text">
<string>v2018.12.08</string>
<string>v2018.12.16</string>
</property>
</widget>
</widget>
Expand Down
2 changes: 1 addition & 1 deletion src/ui_mainwindow.h
Original file line number Diff line number Diff line change
Expand Up @@ -1392,7 +1392,7 @@ class Ui_MainWindow
#endif // QT_NO_SHORTCUT
tabWidget_3->setTabText(tabWidget_3->indexOf(tab_12), QApplication::translate("MainWindow", "Tests", nullptr));
tabWidget->setTabText(tabWidget->indexOf(tab_3), QString());
label->setText(QApplication::translate("MainWindow", "v2018.12.08", nullptr));
label->setText(QApplication::translate("MainWindow", "v2018.12.16", nullptr));
menuNuevo->setTitle(QApplication::translate("MainWindow", "File", nullptr));
menuEdici_n->setTitle(QApplication::translate("MainWindow", "Edit", nullptr));
menuAyuda->setTitle(QApplication::translate("MainWindow", "Help", nullptr));
Expand Down

0 comments on commit 85e1831

Please sign in to comment.