From de87bd27e546f009c9a70367e848f3dc00580300 Mon Sep 17 00:00:00 2001 From: nemu Date: Wed, 20 May 2009 12:51:17 +0000 Subject: [PATCH] fixed typo in plot block generation --- src/musrgui/PGetPlotDialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/musrgui/PGetPlotDialog.cpp b/src/musrgui/PGetPlotDialog.cpp index 99fbc8e9..1ad4f87b 100644 --- a/src/musrgui/PGetPlotDialog.cpp +++ b/src/musrgui/PGetPlotDialog.cpp @@ -75,7 +75,7 @@ void PGetPlotDialog::addPlot() // write type param += "PLOT "; if (fType_comboBox->currentText() == "Single Histo") { - param += "1 (single histo plot)\n"; + param += "0 (single histo plot)\n"; } else if (fType_comboBox->currentText() == "Asymmetry") { param += "2 (asymmetry plot)\n"; } else if (fType_comboBox->currentText() == "RRF") {