Skip to content

Commit

Permalink
Updated about dialog.
Browse files Browse the repository at this point in the history
  • Loading branch information
fr33mind committed Feb 12, 2015
1 parent 0a120b2 commit 363aa90
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions editor/aboutdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@ AboutDialog::AboutDialog(QWidget *parent) :
{
mUi.setupUi(this);

QString desc = tr("Belle is a cross-platform visual novel maker,<br/>using Qt4 for the editor and HTML5 for the engine.");
QString copyright = "Copyright &copy; 2012-2014 Carlos Pais";
QString version = "Belle 0.4.2 alpha";
QString desc = tr("Belle is a cross-platform and easy-to-use visual novel maker,<br/>"
"that deploys games for the web.<br/>"
"It uses Qt4 for the editor and HTML5 for the engine.");
QString copyright = "Copyright &copy; 2012-2015 Carlos Pais";
QString version = "Belle 0.5 alpha";

QString fullDesc = QString("<p><b>%1</b></p><p>%2</p><p>%3</p>").arg(version).arg(desc).arg(copyright);

Expand Down

0 comments on commit 363aa90

Please sign in to comment.