Project/Project.py

changeset 2031
c36c2eb62a75
parent 2025
8bb085c59cd2
child 2034
8de0fc1f7fef
--- a/Project/Project.py	Sun Sep 09 14:46:59 2012 +0200
+++ b/Project/Project.py	Sun Sep 09 17:40:32 2012 +0200
@@ -53,7 +53,7 @@
 from VCS.CommandOptionsDialog import vcsCommandOptionsDialog
 from VCS.ProjectHelper import VcsProjectHelper
 
-from Graphics.ApplicationDiagram import ApplicationDiagram
+from Graphics.UMLDialog import UMLDialog
 
 from DataViews.CodeMetricsDialog import CodeMetricsDialog
 from DataViews.PyCoverageDialog import PyCoverageDialog
@@ -3984,8 +3984,8 @@
             self.trUtf8("""Include module names?"""),
             yesDefault=True)
         
-        self.applicationDiagram = ApplicationDiagram(self, self.parent(),
-            noModules=not res)
+        self.applicationDiagram = UMLDialog(UMLDialog.ApplicationDiagram, self,
+                                            self.parent(), noModules=not res)
         self.applicationDiagram.show()
     
     #########################################################################

eric ide

mercurial