diff --git a/config.py b/config.py index 2acd21746..1d4c4fdfe 100644 --- a/config.py +++ b/config.py @@ -18,8 +18,8 @@ debug = False saveInRoot = False # Version data -version = "1.23.0" -tag = "Stable" +version = "1.23.1" +tag = "git" expansionName = "YC 118.7" expansionVersion = "1.4" evemonMinVersion = "4081" diff --git a/gui/gangView.py b/gui/gangView.py index 704ea31d3..106f14f98 100644 --- a/gui/gangView.py +++ b/gui/gangView.py @@ -368,7 +368,7 @@ class GangView ( ScrolledPanel ): sFit = service.Fit.getInstance() fit = sFit.getFit(self.mainFrame.getActiveFit()) - if fit and not fit.isStructuree: + if fit and not fit.isStructure: self.draggedFitID = fitID pos = wx.GetMousePosition()