client/src/Iri.Modernisation.Controls/View/AnnotationMaker/AnnotationMaker.xaml.cs
changeset 28 2d4ec5ab2a40
parent 0 249d70e7b32d
child 30 644e3cd48034
--- a/client/src/Iri.Modernisation.Controls/View/AnnotationMaker/AnnotationMaker.xaml.cs	Mon Jan 04 10:29:39 2010 +0100
+++ b/client/src/Iri.Modernisation.Controls/View/AnnotationMaker/AnnotationMaker.xaml.cs	Tue Jan 05 15:53:48 2010 +0100
@@ -16,10 +16,10 @@
 		{
 			// Required to initialize variables
 			InitializeComponent();
-            RectPolemic.Resources.Add("PolemicType", PolemicElementType.Polemic);
-            RectAdhesion.Resources.Add("PolemicType", PolemicElementType.Adhesion);
-            RectQuestion.Resources.Add("PolemicType", PolemicElementType.Question);
-            RectReferences.Resources.Add("PolemicType", PolemicElementType.Reference);
+           // RectPolemic.Resources.Add("PolemicType", PolemicElementType.Polemic);
+            //RectAdhesion.Resources.Add("PolemicType", PolemicElementType.Adhesion);
+            //RectQuestion.Resources.Add("PolemicType", PolemicElementType.Question);
+            //RectReferences.Resources.Add("PolemicType", PolemicElementType.Reference);
             
 		}
 	}