<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -238,9 +238,10 @@ NSString *JRFeedbackType[JRFeedbackController_SectionCount] = {
 
 - (void)setTextViewStringTo:(NSString *)details
 {
-    // TODO: doing this makes all the text bold, I'm not hip to the attr string stuff done in this class
-    // so it's not easy for me to fix.
+    NSFont *resetFontWeight = [[textView textStorage] font];
+	[[textView textStorage] setFont:[NSFont fontWithName:[resetFontWeight familyName] size:[resetFontWeight pointSize]]];
     [textView setString:details];
+	[resetFontWeight release];
 }
 
 + (NSURL*)postURL {</diff>
      <filename>lib/JRFeedbackController.m</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>b6b1ab1e629a7be218b805f09bcba177ff6b3407</id>
    </parent>
  </parents>
  <author>
    <name>Clint Shryock</name>
    <email>clint@ctshryock.com</email>
  </author>
  <url>http://github.com/rentzsch/jrfeedbackprovider/commit/86b6ed69406f259ce7e961fe10337d753b73733e</url>
  <id>86b6ed69406f259ce7e961fe10337d753b73733e</id>
  <committed-date>2009-07-18T16:10:38-07:00</committed-date>
  <authored-date>2009-07-18T15:32:06-07:00</authored-date>
  <message>updated setTextViewStringTo: method to reset the textView's NSTextStorage to have the same font and size but with out the bold.

Signed-off-by: Jonathan 'Wolf' Rentzsch &lt;jwr.git@redshed.net&gt;</message>
  <tree>42194ff4f4befad54509329264f288b3df5e5367</tree>
  <committer>
    <name>Jonathan 'Wolf' Rentzsch</name>
    <email>jwr.git@redshed.net</email>
  </committer>
</commit>
