From 58022dec4edeec0d43e5b1c6834d8fbdd7d9c2bc Mon Sep 17 00:00:00 2001 From: haya4 Date: Tue, 22 Oct 2019 05:20:30 +0900 Subject: [PATCH] =?utf8?q?fixed:=20=E5=88=9D=E6=9C=9F=E7=8A=B6=E6=85=8B?= =?utf8?q?=E6=99=82=E3=81=AB=E3=83=A9=E3=82=B8=E3=82=AA=E3=83=9C=E3=82=BF?= =?utf8?q?=E3=83=B3=E3=81=8C=E9=81=B8=E6=8A=9E=E3=81=95=E3=82=8C=E3=81=A6?= =?utf8?q?=E3=81=84=E3=81=AA=E3=81=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/osm/jp/gpx/matchtime/gui/ParameterPanelTime.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osm/jp/gpx/matchtime/gui/ParameterPanelTime.java b/src/osm/jp/gpx/matchtime/gui/ParameterPanelTime.java index 45171ef..03c3e02 100644 --- a/src/osm/jp/gpx/matchtime/gui/ParameterPanelTime.java +++ b/src/osm/jp/gpx/matchtime/gui/ParameterPanelTime.java @@ -86,7 +86,7 @@ public class ParameterPanelTime extends ParameterPanel { */ public void addFileUpdate(String label, AppParameters params) { boolean selected = false; - if (params.getProperty(AppParameters.GPX_BASETIME).equals("FILE_UPDATE_TIME")) { + if (params.getProperty(AppParameters.GPX_BASETIME).equals("FILE_UPDATE")) { selected = true; } fupdateBase = new JRadioButton(label, selected); -- 2.11.0