This commit is contained in:
Bastian M. Wojek 2011-01-22 13:26:13 +00:00
parent 230586a2d4
commit c17f67bdb0

View File

@ -1767,7 +1767,9 @@ void PTextEdit::musrView()
QString cmd; QString cmd;
QString str; QString str;
str = fAdmin->getExecPath() + "/musrview"; str = "cd " + QFileInfo(*fFilenames.find( currentEditor() )).dirPath() + "; ";
str += fAdmin->getExecPath() + "/musrview";
cmd = str + " \""; cmd = str + " \"";
str = *fFilenames.find( currentEditor() ); str = *fFilenames.find( currentEditor() );