Skip to content

Commit

Permalink
Apologize for this another fix to re #4362
Browse files Browse the repository at this point in the history
  • Loading branch information
Anders-Markvardsen committed Jan 24, 2012
1 parent 0b5bdbd commit 6e3da6e
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 @@ -82,7 +82,7 @@ MuonAnalysis::MuonAnalysis(QWidget *parent) :
m_tabNumber(0), m_groupNames(), m_settingsGroup("CustomInterfaces/MuonAnalysis/"), m_updating(false), m_loaded(false)
{
// this should work for now
m_groupingTempFilename = getInstrumentDirectory()+"Grouping/tempMuonAnalysisGrouping.xml";
m_groupingTempFilename = ConfigService::Instance().getInstrumentDirectory()+"Grouping/tempMuonAnalysisGrouping.xml";
}

/// Set up the dialog layout
Expand Down

0 comments on commit 6e3da6e

Please sign in to comment.