]> gerrit.simantics Code Review - simantics/sysdyn.git/commitdiff
Fixed wrong URI.
authorlehtonen <lehtonen@ac1ea38d-2e2b-0410-8846-a27921b304fc>
Thu, 11 Mar 2010 08:35:36 +0000 (08:35 +0000)
committerlehtonen <lehtonen@ac1ea38d-2e2b-0410-8846-a27921b304fc>
Thu, 11 Mar 2010 08:35:36 +0000 (08:35 +0000)
git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@14813 ac1ea38d-2e2b-0410-8846-a27921b304fc

org.simantics.sysdyn.ui/src/org/simantics/sysdyn/ui/elements/TextElement.java

index 169255408f3dfb6fcb840747fc672e426feaed63..ba11eda32c6c8a605919ff983370d44ee5216ec6 100644 (file)
@@ -39,10 +39,10 @@ public class TextElement extends RectangularElement implements Movable, Connecta
     static final FontRenderContext FRC = new FontRenderContext(FONT_TRANSFORM, true, true);\r
 \r
     // Properties\r
-    @RelatedValue("http://www.vtt.fi/Simantics/Layer0/1.0/Relations-1.0/HasName")\r
+    @RelatedValue("http://www.vtt.fi/Simantics/Layer0/1.0/Relations/HasName")\r
     public String label = "Unnamed";\r
 \r
-    @RelatedValue("http://www.vtt.fi/Simantics/Layer0/1.0/Relations-1.0/HasType")\r
+    @RelatedValue("http://www.vtt.fi/Simantics/Layer0/1.0/Relations/HasType")\r
     public String type = "Real";\r
 \r
     // Auxiliary fields\r