ProjectController.py
changeset 1064 44318b45aab9
parent 1062 fd7c9a7cf882
child 1072 83b0815b8812
--- 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()