client/src/Iri.Modernisation.Controls/View/AnnotationMaker/AnnotationMaker.xaml.cs
--- 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);
}
}