MUSR-170
This commit is contained in:
parent
230586a2d4
commit
c17f67bdb0
@ -1767,7 +1767,9 @@ void PTextEdit::musrView()
|
||||
QString cmd;
|
||||
QString str;
|
||||
|
||||
str = fAdmin->getExecPath() + "/musrview";
|
||||
str = "cd " + QFileInfo(*fFilenames.find( currentEditor() )).dirPath() + "; ";
|
||||
|
||||
str += fAdmin->getExecPath() + "/musrview";
|
||||
cmd = str + " \"";
|
||||
|
||||
str = *fFilenames.find( currentEditor() );
|
||||
|
Loading…
x
Reference in New Issue
Block a user