# HG changeset patch # User matthiasm # Date 1402662747 -3600 # Node ID 8c45041d3e91d64c9ba3fba344251e2b45d060ce # Parent 440190ed14507523f5f81c29ef64d1c06b3e0eca removed icon from Save to Audio Path diff -r 440190ed1450 -r 8c45041d3e91 src/MainWindow.cpp --- a/src/MainWindow.cpp Fri Jun 13 13:31:34 2014 +0100 +++ b/src/MainWindow.cpp Fri Jun 13 13:32:27 2014 +0100 @@ -481,9 +481,7 @@ menu->addAction(action); toolbar->addAction(action); - icon = il.load("filesave"); - icon.addPixmap(il.loadPixmap("filesave-22")); - action = new QAction(icon, tr("Save Session to Audio &Path"), this); + action = new QAction(tr("Save Session to Audio &Path"), this); action->setShortcut(tr("Ctrl+Alt+S")); action->setStatusTip(tr("Save the current session into a %1 session file with the same filename as the audio but a .ton extension.").arg(QApplication::applicationName())); connect(action, SIGNAL(triggered()), this, SLOT(saveSessionInAudioPath()));