mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-02-03 09:44:24 -05:00
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:
parent
af91bbfb67
commit
f70a09cb98
@ -1,4 +1,4 @@
|
||||
//------------------------------------------------------------ MainWindow
|
||||
//------------------------------------------------------------- MainWindow
|
||||
#include "mainwindow.h"
|
||||
#include "ui_mainwindow.h"
|
||||
|
||||
|
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user