[Uml-devel] branches/KDE/3.5/kdesdk/umbrello/umbrello

Oliver Kellogg okellogg at users.sourceforge.net
Thu Sep 21 21:37:56 UTC 2006


SVN commit 587179 by okellogg:

convert_MT_DT(): Handle mt_{Component,Deployment}_Diagram.

 M  +6 -0      listpopupmenu.cpp  


--- branches/KDE/3.5/kdesdk/umbrello/umbrello/listpopupmenu.cpp #587178:587179
@@ -772,6 +772,12 @@
     case mt_Activity_Diagram:
         type = Uml::dt_Activity;
         break;
+    case mt_Component_Diagram:
+        type = Uml::dt_Component;
+        break;
+    case mt_Deployment_Diagram:
+        type = Uml::dt_Deployment;
+        break;
     case mt_EntityRelationship_Diagram:
         type = Uml::dt_EntityRelationship;
         break;




More information about the umbrello-devel mailing list