Changeset 95c1897bf1 in tspsg for src


Ignore:
Timestamp:
Jul 16, 2012, 1:08:32 AM (12 years ago)
Author:
Oleksii Serdiuk
Branches:
appveyor, imgbot, master, readme
Children:
7e8e1b444d
Parents:
a09f31733a
Message:

Display only first 10 symbols of a hash in About Dialog...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mainwindow.cpp

    ra09f31733a r95c1897bf1  
    554554QString tag;
    555555#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));
    557557#endif
    558558    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.