X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fmainwindow.cpp;h=205c95ca95a765670d5386e16345ef176dcdf804;hb=e1e2666e31d80016612762940605fc5bdbc63971;hp=d13c8e197e3bfc917cd0ec697fbdfe72c54a2947;hpb=8ad61f4071a69445a6917d214b6592878447ddb1;p=pulseview.git diff --git a/pv/mainwindow.cpp b/pv/mainwindow.cpp index d13c8e1..205c95c 100644 --- a/pv/mainwindow.cpp +++ b/pv/mainwindow.cpp @@ -374,8 +374,8 @@ void MainWindow::setup_ui() run_stop_shortcut_->setAutoRepeat(false); settings_button_ = new QToolButton(); - settings_button_->setIcon(QIcon::fromTheme("configure", - QIcon(":/icons/configure.png"))); + settings_button_->setIcon(QIcon::fromTheme("preferences-system", + QIcon(":/icons/preferences-system.png"))); settings_button_->setToolTip(tr("Settings")); settings_button_->setAutoRaise(true);