added a feature which brings up a error message box, if there was any issue with the msr-file when starting musrview from musredit.
This commit is contained in:
@@ -2620,6 +2620,9 @@ void PTextEdit::musrView()
|
||||
if (fAdmin->getMusrviewShowOneToOneFlag())
|
||||
arg << "-1";
|
||||
|
||||
// add error message box option
|
||||
arg << "-s";
|
||||
|
||||
QProcess proc;
|
||||
// make sure that the system environment variables are properly set
|
||||
QProcessEnvironment env = QProcessEnvironment::systemEnvironment();
|
||||
|
||||
Reference in New Issue
Block a user