changeset 486:478e8669df94 recording

Attempt to distinguish audio file path (== location and name of audio file that was loaded) from audio folder (== where new audio is recorded). Not entirely satisfactory
author Chris Cannam
date Wed, 16 Sep 2015 11:18:13 +0100
parents 5865c6e296c5
children 9fd236af50c0
files src/MainWindow.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/MainWindow.cpp	Tue Sep 15 16:44:13 2015 +0100
+++ b/src/MainWindow.cpp	Wed Sep 16 11:18:13 2015 +0100
@@ -417,7 +417,7 @@
     menu->addAction(action);
     toolbar->addAction(action);
 
-    action = new QAction(tr("Save Session to Audio &Path"), this);
+    action = new QAction(tr("Save Session to Audio File &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()));