Skip to content

Commit

Permalink
Refs #4622 - appending files now off by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterParker committed Jan 24, 2012
1 parent 32f6e3c commit 1b8eb7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/MantidQt/MantidWidgets/src/MWRunFiles.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ using namespace Mantid::API;
using namespace MantidQt::MantidWidgets;

MWRunFiles::MWRunFiles(QWidget *parent)
: MantidWidget(parent), m_findRunFiles(true), m_allowMultipleFiles(true),
: MantidWidget(parent), m_findRunFiles(true), m_allowMultipleFiles(false),
m_isOptional(false), m_multiEntry(false), m_buttonOpt(Text), m_fileProblem(""),
m_entryNumProblem(""), m_algorithmProperty(""), m_fileExtensions(), m_extsAsSingleOption(true),
m_foundFiles(), m_lastDir(), m_fileFilter()
Expand Down

0 comments on commit 1b8eb7b

Please sign in to comment.