aboutsummaryrefslogtreecommitdiff
path: root/qtmips_gui/aboutdialog.cpp
diff options
context:
space:
mode:
authorPavel Pisa <pisa@cmp.felk.cvut.cz>2019-02-18 14:16:39 +0100
committerPavel Pisa <pisa@cmp.felk.cvut.cz>2019-02-18 14:16:39 +0100
commit22475cd499be28d86eee2d87a3dabd425cb0b69c (patch)
treef7d3ea61dc7250413ca12e095778c3ffc0a3a86a /qtmips_gui/aboutdialog.cpp
parent88308b2d65dd2049f260c212615ce066f120a980 (diff)
downloadqtmips-22475cd499be28d86eee2d87a3dabd425cb0b69c.tar.gz
qtmips-22475cd499be28d86eee2d87a3dabd425cb0b69c.tar.bz2
qtmips-22475cd499be28d86eee2d87a3dabd425cb0b69c.zip
Update homepage to point to CVUT GitHub repository.
Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
Diffstat (limited to 'qtmips_gui/aboutdialog.cpp')
-rw-r--r--qtmips_gui/aboutdialog.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/qtmips_gui/aboutdialog.cpp b/qtmips_gui/aboutdialog.cpp
index 83ab1b7..16f1fef 100644
--- a/qtmips_gui/aboutdialog.cpp
+++ b/qtmips_gui/aboutdialog.cpp
@@ -67,7 +67,7 @@ AboutDialog::AboutDialog(QWidget *parent)
hl->addWidget(vbox);
QString versionText;
- versionText = "Version 0.5 \n";
+ versionText = "Version 0.6 \n";
vl->addWidget(new QLabel("<span style='font-size:x-large; font-weight:bold;'>Qt Mips - MIPS Architecture Simulator</span>"));
lbl = new QLabel(versionText);
@@ -80,8 +80,7 @@ AboutDialog::AboutDialog(QWidget *parent)
"<a href=\"mailto://pisa@cmp.felk.cvut.cz\">pisa@cmp.felk.cvut.cz</a>"));
QString supportText;
- supportText = "Home Page : <a href=\"https://github.com/ppisa/QtMips\">https://github.com/ppisa/QtMips</a><br/>"
- "Home Page : <a href=\"https://github.com/Cynerd/QtMips\">https://github.com/Cynerd/QtMips</a><br/>"
+ supportText = "Home Page : <a href=\"https://github.com/cvut/QtMips\">https://github.com/cvut/QtMips</a><br/>"
"Implemented for<br/>"
"<a href=\"https://cw.fel.cvut.cz/wiki/courses/b35apo/start\">Computer Architectures</a><br/>"
"and<br/>"