Merge pull request #315 from Tvangeste/work/mac-icon

Fixed #314: Mac-specific: Do not enforce the default icon, allow customization
This commit is contained in:
Tvangeste 2013-05-22 13:24:36 -07:00
commit 9f1e2c1d63

View file

@ -117,8 +117,6 @@ int main( int argc, char ** argv )
#ifndef Q_OS_MAC
app.setWindowIcon( QIcon( ":/icons/programicon.png" ) );
#else
app.setWindowIcon( QIcon( ":/icons/macicon.png" ) );
#endif
// Load translations for system locale