Skip to content

Commit

Permalink
show word size (32/64 bit) in about box title
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Aug 26, 2013
1 parent 575ce72 commit 6d666a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/qgsabout.cpp
Expand Up @@ -49,6 +49,8 @@ void QgsAbout::init()
{
setPluginInfo();

setWindowTitle( QString( "%1 - %2 Bit" ).arg( windowTitle() ).arg( QSysInfo::WordSize ) );

// set the 60x60 icon pixmap
QPixmap icon( QgsApplication::iconsPath() + "qgis-icon-60x60.png" );
qgisIcon->setPixmap( icon );
Expand Down

0 comments on commit 6d666a5

Please sign in to comment.