Skip to content

Commit

Permalink
Re #4282. Fixing the builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mantid-roman committed Jan 5, 2012
1 parent 40d910b commit 5839a17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Code/Mantid/MantidPlot/src/ApplicationWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -207,11 +207,11 @@ ApplicationWindow::ApplicationWindow(bool factorySettings)
Scripted(ScriptingLangManager::newEnv(this)),
blockWindowActivation(false),
#ifdef Q_OS_MAC // Mac
settings(QSettings::IniFormat,QSettings::UserScope, "ISIS", "MantidPlot")
settings(QSettings::IniFormat,QSettings::UserScope, "ISIS", "MantidPlot"),
#else
settings("ISIS", "MantidPlot")
settings("ISIS", "MantidPlot"),
#endif
: QMainWindow(), Scripted(ScriptingLangManager::newEnv(this)), m_exitCode(0)
m_exitCode(0)
{
QCoreApplication::setOrganizationName("ISIS");
QCoreApplication::setApplicationName("MantidPlot");
Expand Down

0 comments on commit 5839a17

Please sign in to comment.