beremiz

44318b45aab9
Parents 9b5995303db1
Children 36b7ce528911
Fixed bug Show IEC code button not available
--- a/ProjectController.py Wed Apr 24 18:50:37 2013 +0200
+++ b/ProjectController.py Wed Apr 24 22:56:30 2013 +0200
@@ -313,7 +313,7 @@
if os.path.exists(self._getBuildPath()):
self.EnableMethod("_Clean", True)
- if os.path.isfile(self._getIECrawcodepath()):
+ if os.path.isfile(self._getIECcodepath()):
self.ShowMethod("_showIECcode", True)
self.UpdateMethodsFromPLCStatus()