Correct the default palette's filename.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3537 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2013-08-08 18:59:27 +00:00
parent af91bbfb67
commit f70a09cb98
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
//------------------------------------------------------------ MainWindow
//------------------------------------------------------------- MainWindow
#include "mainwindow.h"
#include "ui_mainwindow.h"

View File

@ -53,7 +53,7 @@ WideGraph::WideGraph(QWidget *parent) :
ui->slopeSpinBox->setValue(m_slope);
ui->widePlot->setStartFreq(settings.value("StartFreq",0).toInt());
ui->fStartSpinBox->setValue(ui->widePlot->startFreq());
m_waterfallPalette=settings.value("WaterfallPalette","default").toString();
m_waterfallPalette=settings.value("WaterfallPalette","Default").toString();
settings.endGroup();
QDir recoredDir("Palettes");