From f70a09cb98eaf89c652faebb9b69476ce08a9a94 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Thu, 8 Aug 2013 18:59:27 +0000 Subject: [PATCH] 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 --- mainwindow.cpp | 2 +- widegraph.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index 5c6b4ccf9..06de5031f 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -1,4 +1,4 @@ -//------------------------------------------------------------ MainWindow +//------------------------------------------------------------- MainWindow #include "mainwindow.h" #include "ui_mainwindow.h" diff --git a/widegraph.cpp b/widegraph.cpp index 51ba2bed1..a58e4fe07 100644 --- a/widegraph.cpp +++ b/widegraph.cpp @@ -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");