File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -235,7 +235,11 @@ void BitcoinGUI::createActions(bool fIsTestnet)
235
235
aboutAction = new QAction (QIcon (" :/icons/bitcoin_testnet" ), tr (" &About Bitcoin" ), this );
236
236
aboutAction->setStatusTip (tr (" Show information about Bitcoin" ));
237
237
aboutAction->setMenuRole (QAction::AboutRole);
238
+ #if QT_VERSION < 0x050000
238
239
aboutQtAction = new QAction (QIcon (" :/trolltech/qmessagebox/images/qtlogo-64.png" ), tr (" About &Qt" ), this );
240
+ #else
241
+ aboutQtAction = new QAction (QIcon (" :/qt-project.org/qmessagebox/images/qtlogo-64.png" ), tr (" About &Qt" ), this );
242
+ #endif
239
243
aboutQtAction->setStatusTip (tr (" Show information about Qt" ));
240
244
aboutQtAction->setMenuRole (QAction::AboutQtRole);
241
245
optionsAction = new QAction (QIcon (" :/icons/options" ), tr (" &Options..." ), this );
You can’t perform that action at this time.
0 commit comments