From eb0cb7d5ab52c1efbd4dbfe0e50d94bfa55dd2f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludger=20K=C3=BCperkoch?= Date: Mon, 22 May 2017 14:59:48 +0200 Subject: [PATCH] Cosmetics: Reasonable name for autopick-tune tap. --- pylot/RELEASE-VERSION | 2 +- pylot/core/util/widgets.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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')