Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Shell|GUI: Added a link to the project home page
  • Loading branch information
skyjake committed Mar 20, 2013
1 parent 96e702d commit d5a49c7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doomsday/tools/shell/shell-gui/src/aboutdialog.cpp
@@ -1,4 +1,5 @@
#include "aboutdialog.h"
#include "guishellapp.h"
#include <QLabel>
#include <QDialogButtonBox>
#include <QVBoxLayout>
Expand Down Expand Up @@ -29,7 +30,9 @@ AboutDialog::AboutDialog(QWidget *parent)
"The Shell is a utility for controlling and monitoring "
"Doomsday servers.")
.arg(SHELL_VERSION)
.arg("2013 Deng Team"));
.arg("2013 <a href=\"http://dengine.net/\">Deng Team</a>"));

connect(txt, SIGNAL(linkActivated(QString)), &GuiShellApp::app(), SLOT(openWebAddress(QString)));

QDialogButtonBox *bbox = new QDialogButtonBox;
box->addWidget(bbox);
Expand Down

0 comments on commit d5a49c7

Please sign in to comment.