summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--shemov.cpp2
1 files changed, 1 insertions, 1 deletions
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("<tr><td>Author<td></td>Sissy herself</td></tr>"));
aboutText.append(QString(tr("<tr><td>Organization</td><td>%1</td></tr>")).arg(qApp->organizationName()));
aboutText.append(QString(tr("<tr><td>Version</td><td>%1</td></tr>")).arg(qApp->applicationVersion()));
+ aboutText.append(QString(tr("<tr><td>Build:</td><td>/* __debug build__ */</td></tr>")));
aboutText.append(tr("<tr><td>Dependencies</td><td><ul>"));
aboutText.append(tr("<li>Qt (thanks to Nokia for this great library)</li>"));
- aboutText.append(tr("<li>cryptopp for hashing the movies (thanks)</li>"));
aboutText.append(tr("<li>libmagic for figuring out the file type</li>"));
aboutText.append("</ul></tr></table>");
QMessageBox::about(this, aboutLabel, aboutText);