svn commit: r19491 - trunk/src/argouml-app/src/org/argouml/application/helpers/ResourceLoaderWrapper.java
[email protected] Mon, 23 May 2011 04:56:41 -0700 (PDT)
Newsgroups
gmane.comp.lang.uml.argouml.cvs
Message-ID
<[email protected] >
Author: bobtarling
Date: 2011-05-23 04:56:41-0700
New Revision: 19491
Modified:
trunk/src/argouml-app/src/org/argouml/application/helpers/ResourceLoaderWrapper.java
Log:
New icons for state diagrams
Modified: trunk/src/argouml-app/src/org/argouml/application/helpers/ResourceLoaderWrapper.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/application/helpers/ResourceLoaderWrapper.java?view=diff&pathrev=19491&r1=19490&r2=19491
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/application/helpers/ResourceLoaderWrapper.java (original)
+++ trunk/src/argouml-app/src/org/argouml/application/helpers/ResourceLoaderWrapper.java 2011-05-23 04:56:41-0700
@@ -401,8 +401,10 @@
images.put("button.new-deephistory", "DeepHistory");
images.put("button.new-dependency", "Dependency");
images.put("button.new-destroyaction", "DestroyAction");
+ images.put("button.new-entrypoint", "EntryPoint");
images.put("button.new-enumeration", "Enumeration");
images.put("button.new-enumerationliteral", "EnumerationLiteral");
+ images.put("button.new-exitpoint", "ExitPoint");
images.put("button.new-extension-point", "New Extension Point");
images.put("button.new-extend", "Extend");
images.put("button.new-exception", "Exception");
@@ -412,6 +414,7 @@
images.put("button.new-message", "Message");
images.put("button.new-argument", "Argument");
images.put("button.new-property", "Property");
+ images.put("button.new-state", "State");
images.put("button.new-templateparameter", "TemplateParameter");
}
------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2745889
To unsubscribe from this discussion, e-mail: [[email protected] ].