diff --git a/pylot/RELEASE-VERSION b/pylot/RELEASE-VERSION index b26c79fe..faa9bbdd 100644 --- a/pylot/RELEASE-VERSION +++ b/pylot/RELEASE-VERSION @@ -1 +1 @@ -a3fbe-dirty +cf46-dirty diff --git a/pylot/core/util/widgets.py b/pylot/core/util/widgets.py index bb885122..bb9ebbce 100644 --- a/pylot/core/util/widgets.py +++ b/pylot/core/util/widgets.py @@ -1828,7 +1828,7 @@ class AutoPickParaBox(QtGui.QWidget): self.parameter.get_main_para_names()['nlloc']) self.add_to_layout(self._main_layout, 'Seismic Moment', self.parameter.get_main_para_names()['smoment']) - self.add_to_layout(self._main_layout, 'Focal Mechanism', + self.add_to_layout(self._main_layout, 'Common Settings Characteristic Function', self.parameter.get_main_para_names()['pick'], False) self.add_tab(self._main_layout, 'Main Settings')