mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 08:34:08 +00:00
Fixed #314: Mac-specific: Do not enforce the default icon, allow icon customization.
This commit is contained in:
parent
2b9dd55804
commit
49669ce6bb
2
main.cc
2
main.cc
|
@ -117,8 +117,6 @@ int main( int argc, char ** argv )
|
||||||
|
|
||||||
#ifndef Q_OS_MAC
|
#ifndef Q_OS_MAC
|
||||||
app.setWindowIcon( QIcon( ":/icons/programicon.png" ) );
|
app.setWindowIcon( QIcon( ":/icons/programicon.png" ) );
|
||||||
#else
|
|
||||||
app.setWindowIcon( QIcon( ":/icons/macicon.png" ) );
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Load translations for system locale
|
// Load translations for system locale
|
||||||
|
|
Loading…
Reference in a new issue