X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fmainwindow.cpp;h=205c95ca95a765670d5386e16345ef176dcdf804;hb=3432032fbc693b58a0c65427c025b9553c419237;hp=d13c8e197e3bfc917cd0ec697fbdfe72c54a2947;hpb=207ae8f6fb0b7a797349916afcd70e1add1b4d20;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);