summaryrefslogtreecommitdiff
path: root/muse2/muse/instruments
diff options
context:
space:
mode:
authorOrcan Ogetbil <oget.fedora@gmail.com>2010-12-21 12:01:09 +0000
committerOrcan Ogetbil <oget.fedora@gmail.com>2010-12-21 12:01:09 +0000
commitac2d334936e34beabf43282d8c96a71886a2c459 (patch)
treed3c981060f6e658988741765055177bfe882db80 /muse2/muse/instruments
parent90cfa63b4fb1b52ed15027441c6a979a830d8ca3 (diff)
Commit of the beast. User instruments path is made user configurable. Removed env. variables usage.
Diffstat (limited to 'muse2/muse/instruments')
-rw-r--r--muse2/muse/instruments/editinstrument.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/muse2/muse/instruments/editinstrument.cpp b/muse2/muse/instruments/editinstrument.cpp
index 18a51eff..c45ac97a 100644
--- a/muse2/muse/instruments/editinstrument.cpp
+++ b/muse2/muse/instruments/editinstrument.cpp
@@ -394,7 +394,7 @@ void EditInstrument::saveAs()
if(QMessageBox::question(this,
tr("MusE:"),
tr("The user instrument directory\n") + museUserInstruments + tr("\ndoes not exist yet. Create it now?\n") +
- tr("(You can override with the environment variable MUSEINSTRUMENTS)"),
+ tr("(You can change the user instruments directory at Settings->Global Settings->Midi)"),
QMessageBox::Ok | QMessageBox::Default,
QMessageBox::Cancel | QMessageBox::Escape,
Qt::NoButton) == QMessageBox::Ok)
@@ -686,7 +686,7 @@ void EditInstrument::fileSaveAs()
if(QMessageBox::question(this,
tr("MusE:"),
tr("The user instrument directory\n") + museUserInstruments + tr("\ndoes not exist yet. Create it now?\n") +
- tr("(You can override with the environment variable MUSEINSTRUMENTS)"),
+ tr("(You can change the user instruments directory at Settings->Global Settings->Midi)"),
QMessageBox::Ok | QMessageBox::Default,
QMessageBox::Cancel | QMessageBox::Escape,
Qt::NoButton) == QMessageBox::Ok)