Mercurial > hg > tony
changeset 319:8c45041d3e91
removed icon from Save to Audio Path
author | matthiasm |
---|---|
date | Fri, 13 Jun 2014 13:32:27 +0100 |
parents | 440190ed1450 |
children | 68779eb910c7 |
files | src/MainWindow.cpp |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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()));