fixed typo in plot block generation

This commit is contained in:
nemu 2009-05-20 12:51:17 +00:00
parent 9952a9df28
commit de87bd27e5

View File

@ -75,7 +75,7 @@ void PGetPlotDialog::addPlot()
// write type // write type
param += "PLOT "; param += "PLOT ";
if (fType_comboBox->currentText() == "Single Histo") { if (fType_comboBox->currentText() == "Single Histo") {
param += "1 (single histo plot)\n"; param += "0 (single histo plot)\n";
} else if (fType_comboBox->currentText() == "Asymmetry") { } else if (fType_comboBox->currentText() == "Asymmetry") {
param += "2 (asymmetry plot)\n"; param += "2 (asymmetry plot)\n";
} else if (fType_comboBox->currentText() == "RRF") { } else if (fType_comboBox->currentText() == "RRF") {