Skip to content

Commit

Permalink
- move interaction at the end of interaction toolbox (lifelines and
Browse files Browse the repository at this point in the history
  messages are used more often)


git-svn-id: file:///Users/arjan/backup/gaphor/gaphor/trunk@2070 a8418922-720d-0410-834f-a69b97ada669
  • Loading branch information
wrobell committed Aug 29, 2007
1 parent cb74a8c commit 145078d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gaphor/ui/diagramtoolbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
('toolbox-object-node', _('Object node'), 'gaphor-object-node'),
('toolbox-flow', _('Control/object flow'), 'gaphor-control-flow'),
)), (_('Interactions'), (
('toolbox-interaction', _('Interaction'), 'gaphor-interaction'),
('toolbox-lifeline', _('Lifeline'), 'gaphor-lifeline'),
('toolbox-message', _('Message'), 'gaphor-message'),
('toolbox-interaction', _('Interaction'), 'gaphor-interaction'),
)), (_('Use Cases'), (
('toolbox-usecase', _('Use case'), 'gaphor-usecase'),
('toolbox-actor', _('Actor'), 'gaphor-actor'),
Expand Down

0 comments on commit 145078d

Please sign in to comment.