Changeset 95c1897bf1 in tspsg for src/mainwindow.cpp
- Timestamp:
- Jul 16, 2012, 1:08:32 AM (12 years ago)
- Branches:
- appveyor, imgbot, master, readme
- Children:
- 7e8e1b444d
- Parents:
- a09f31733a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mainwindow.cpp
ra09f31733a r95c1897bf1 554 554 QString tag; 555 555 #ifdef REVISION_STR 556 tag = tr(" from git revision <b>%1</b>").arg( REVISION_STR);556 tag = tr(" from git revision <b>%1</b>").arg(QString(REVISION_STR).left(10)); 557 557 #endif 558 558 about += tr("Build <b>%1</b>, built%5 on <b>%2</b> at <b>%3</b> with <b>%4</b> compiler.").arg(BUILD_NUMBER).arg(__DATE__).arg(__TIME__).arg(COMPILER).arg(tag) + "<br>";
Note: See TracChangeset
for help on using the changeset viewer.