Skip to content

Commit

Permalink
Refs #3986. Fixed multiple file extensions on appending buttons withi…
Browse files Browse the repository at this point in the history
…n the muon analysis.
  • Loading branch information
Robert-Whitley committed Oct 20, 2011
1 parent efecbed commit 069b5dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/MantidQt/CustomInterfaces/src/MuonAnalysis.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2686,7 +2686,7 @@ void MuonAnalysis::changeRun(int amountToChange)
}

m_previousFilename = (currentFile + previousRunNumber + fileExtension);
m_uiForm.mwRunFiles->setUserInput(m_previousFilename);
m_uiForm.mwRunFiles->setUserInput(currentFile + previousRunNumber);

// in case file is selected from browser button check that it actually exist
Poco::File l_path( m_previousFilename.toStdString() );
Expand Down

0 comments on commit 069b5dd

Please sign in to comment.