Skip to content

Commit

Permalink
reenabled menu icons - apparently some system default was changed on
Browse files Browse the repository at this point in the history
desktop environments

git-svn-id: http://svn.osgeo.org/qgis/trunk@14662 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Nov 14, 2010
1 parent 1a1c3ae commit ceaff47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/main.cpp
Expand Up @@ -510,6 +510,7 @@ int main( int argc, char *argv[] )
QCoreApplication::setOrganizationName( "QuantumGIS" );
QCoreApplication::setOrganizationDomain( "qgis.org" );
QCoreApplication::setApplicationName( "QGIS" );
QCoreApplication::setAttribute( Qt::AA_DontShowIconsInMenus, false );
#ifdef Q_OS_MACX
// Install OpenDocuments AppleEvent handler after application object is initialized
// but before any other event handling (including dialogs or splash screens) occurs.
Expand Down

0 comments on commit ceaff47

Please sign in to comment.