From 37e50b12e606b2d7f3e3aa260972e86a983c86f7 Mon Sep 17 00:00:00 2001 From: Sebastian Wehling-Benatelli Date: Tue, 23 Jun 2015 13:25:27 +0200 Subject: [PATCH] use more reliable hard coded sample phase names --- pylot/core/util/widgets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pylot/core/util/widgets.py b/pylot/core/util/widgets.py index 622090b9..8076f70b 100644 --- a/pylot/core/util/widgets.py +++ b/pylot/core/util/widgets.py @@ -238,7 +238,7 @@ class PickDlg(QDialog): ' waveforms', checkable=True) self.selectPhase = QComboBox() - self.selectPhase.addItems([None, 'Pn', 'Pg', 'P1', 'P2']) + self.selectPhase.addItems([None, 'Pn', 'Pg', 'Sn', 'Sg']) self.zoomAction = createAction(parent=self, text='Zoom', slot=self.zoom, icon=zoom_icon,