[Uml-devel] kdesdk/umbrello/umbrello

Luis De la Parra Blum lparrab at gmx.net
Wed Mar 12 16:23:01 UTC 2003


CVS commit by luis: 

Reorder "Box" in enum for toolbar tools. The enum values for the EditTool must match those of the Buttons


  M +2 -2      worktoolbar.h   1.11


--- kdesdk/umbrello/umbrello/worktoolbar.h  #1.10:1.11
@@ -30,6 +30,6 @@ public:
 enum EditTool {Select = 0, Generalization, Aggregation, Dependency, Association,
 CollMessage, SeqMessage, Composition, UniAssociation, StateTransition, ActivityTransition,
- Anchor, Note, Text, Actor, UseCase, Class, Interface, Package, Component, Artifact, Object,
-InitialState, State, EndState, InitialActivity, Activity, EndActivity, Branch, Fork, Box };     
+ Anchor, Note, Box, Text, Actor, UseCase, Class, Interface, Package, Component, Artifact, Object,
+InitialState, State, EndState, InitialActivity, Activity, EndActivity, Branch, Fork };  
 
         /**






More information about the umbrello-devel mailing list