@@ -758,7 +758,7 @@
lineWidth = kWidth;
break;
case CAnnotationTypeFreeText:
- lineWidth = [userDefaults floatForKey:CEraserkNoteLineWidthKey]?:0;
+ lineWidth = [userDefaults floatForKey:CFreeTextNoteLineWidthKey]?:0;
default: