Skip to content

Commit ceaff47

Browse files
author
jef
committedNov 14, 2010
reenabled menu icons - apparently some system default was changed on
desktop environments git-svn-id: http://svn.osgeo.org/qgis/trunk@14662 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 1a1c3ae commit ceaff47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/app/main.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -510,6 +510,7 @@ int main( int argc, char *argv[] )
510510
QCoreApplication::setOrganizationName( "QuantumGIS" );
511511
QCoreApplication::setOrganizationDomain( "qgis.org" );
512512
QCoreApplication::setApplicationName( "QGIS" );
513+
QCoreApplication::setAttribute( Qt::AA_DontShowIconsInMenus, false );
513514
#ifdef Q_OS_MACX
514515
// Install OpenDocuments AppleEvent handler after application object is initialized
515516
// but before any other event handling (including dialogs or splash screens) occurs.

0 commit comments

Comments
 (0)
Please sign in to comment.