[Uml-devel] kdesdk/umbrello/umbrello
Oliver Kellogg
okellogg at users.sourceforge.net
Sun Sep 12 03:52:03 UTC 2004
CVS commit by okellogg:
Attaching a note to a message is non-directional.
M +1 -1 assocrules.cpp 1.31
--- kdesdk/umbrello/umbrello/assocrules.cpp #1.30:1.31
@@ -326,5 +326,5 @@ AssocRules::Assoc_Rule AssocRules::m_Ass
{ at_Anchor, wt_Actor, wt_Note, false, false, false, false },
{ at_Anchor, wt_UseCase, wt_Note, false, false, false, false },
- { at_Anchor, wt_Message, wt_Note, false, false, false, false },
+ { at_Anchor, wt_Message, wt_Note, false, false, false, true },
{ at_Anchor, wt_State, wt_Note, false, false, false, false },
{ at_Anchor, wt_Activity, wt_Note, false, false, false, false },
More information about the umbrello-devel
mailing list