From 629841d403b13396e97d76591c3b67f156039b5c Mon Sep 17 00:00:00 2001 From: Arno Date: Sat, 30 Oct 2010 09:42:29 +0200 Subject: Fix about dialog Removed reference to cryptopp from about dialog. Not using it any more for a long time. Also added build field. When calling distrib.sh it's replaced with the commit no. and the date. --- shemov.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shemov.cpp b/shemov.cpp index 8009daf..ac11916 100644 --- a/shemov.cpp +++ b/shemov.cpp @@ -204,9 +204,9 @@ void SheMov::aboutShemov(){ aboutText.append(tr("AuthorSissy herself")); aboutText.append(QString(tr("Organization%1")).arg(qApp->organizationName())); aboutText.append(QString(tr("Version%1")).arg(qApp->applicationVersion())); + aboutText.append(QString(tr("Build:/* __debug build__ */"))); aboutText.append(tr("Dependencies"); QMessageBox::about(this, aboutLabel, aboutText); -- cgit v1.2.3-70-g09d2