Skip to content

Commit

Permalink
Fix to save to better dir. Re #4362
Browse files Browse the repository at this point in the history
  • Loading branch information
Anders-Markvardsen committed Jan 24, 2012
1 parent a1a645f commit 3ff9b97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Code/Mantid/MantidQt/CustomInterfaces/src/MuonAnalysis.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ MuonAnalysis::MuonAnalysis(QWidget *parent) :
UserSubWindow(parent), m_last_dir(), m_workspace_name("MuonAnalysis"), m_currentDataName(""), m_assigned(false), m_groupTableRowInFocus(0), m_pairTableRowInFocus(0),
m_tabNumber(0), m_groupNames(), m_settingsGroup("CustomInterfaces/MuonAnalysis/"), m_updating(false), m_loaded(false)
{
// this will be done better with poco later
m_groupingTempFilename = ConfigService::Instance().getTempDir()+"tempMuonAnalysisGrouping.xml";
// this should work for now
m_groupingTempFilename = "Grouping/tempMuonAnalysisGrouping.xml";
}

/// Set up the dialog layout
Expand Down

0 comments on commit 3ff9b97

Please sign in to comment.