From 22475cd499be28d86eee2d87a3dabd425cb0b69c Mon Sep 17 00:00:00 2001 From: Pavel Pisa Date: Mon, 18 Feb 2019 14:16:39 +0100 Subject: Update homepage to point to CVUT GitHub repository. Signed-off-by: Pavel Pisa --- qtmips_gui/aboutdialog.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'qtmips_gui') 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("Qt Mips - MIPS Architecture Simulator")); lbl = new QLabel(versionText); @@ -80,8 +80,7 @@ AboutDialog::AboutDialog(QWidget *parent) "pisa@cmp.felk.cvut.cz")); QString supportText; - supportText = "Home Page : https://github.com/ppisa/QtMips
" - "Home Page : https://github.com/Cynerd/QtMips
" + supportText = "Home Page : https://github.com/cvut/QtMips
" "Implemented for
" "Computer Architectures
" "and
" -- cgit v1.2.3