@@ -47,7 +47,7 @@ def __init__(self, *args, **kwds):
4747 self .txtGimiasFile = wx .TextCtrl (self , - 1 , "" )
4848 self .btnSelectGimiasFile = wx .Button (self , - 1 , "..." )
4949 self .lblGimiasVersion = wx .StaticText (self , - 1 , "Gimias version" )
50- self .cmbGimiasVersion = wx .ComboBox (self , - 1 , choices = ["1.4" , "1.3" ], style = wx .CB_DROPDOWN )
50+ self .cmbGimiasVersion = wx .ComboBox (self , - 1 , choices = ["1.5" , "1. 4" , "1.3" ], style = wx .CB_DROPDOWN )
5151 self .static_line_2 = wx .StaticLine (self , - 1 )
5252 self .btnCreate = wx .Button (self , - 1 , "Start New Module" )
5353
@@ -361,6 +361,7 @@ def _handleError(self, message, error):
361361 break
362362 assert os .path .exists ("%s/TemplatePlugin13" % pathToResources ), "Template plugin folder for gimias 1.3 not found in: %s" % pathToResources
363363 assert os .path .exists ("%s/TemplatePlugin14" % pathToResources ), "Template plugin folder for gimias 1.4 not found in: %s" % pathToResources
364+ assert os .path .exists ("%s/TemplatePlugin15" % pathToResources ), "Template plugin folder for gimias 1.5 not found in: %s" % pathToResources
364365 assert os .path .exists ("%s/TemplateLibrary" % pathToResources ), "Template library folder not found in: %s" % pathToResources
365366 assert os .path .exists ("%s/TemplateThirdParty" % pathToResources ), "Template thirdParty folder not found in: %s" % pathToResources
366367
0 commit comments