<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -55,5 +55,6 @@ typedef enum {
 		withInformativeText:(NSString *)text 
 			  andAlertStyle:(NSAlertStyle)alertStyle;
 
+- (void)showWindow:(id)sender;
 
 @end</diff>
      <filename>lib/JRFeedbackController.h</filename>
    </modified>
    <modified>
      <diff>@@ -230,7 +230,7 @@ NSString *JRFeedbackType[JRFeedbackController_SectionCount] = {
 #if USE_GROWL
 	[GrowlApplicationBridge setGrowlDelegate:@&quot;&quot;];
 	[GrowlApplicationBridge notifyWithTitle:@&quot;Thank you!&quot;
-								description:@&quot;Your feedback has been sent&quot;
+								description:@&quot;Your feedback has been sent.&quot;
 						   notificationName:@&quot;Feedback Sent&quot;
 								   iconData:nil
 								   priority:0
@@ -240,7 +240,7 @@ NSString *JRFeedbackType[JRFeedbackController_SectionCount] = {
 #else
 	//	drop thank you sheet
 	[self displayAlertMessage:@&quot;Thank you for your feedback!&quot;
-		  withInformativeText:@&quot;Your feedback has been sent&quot;
+		  withInformativeText:@&quot;Your feedback has been sent.&quot;
 				andAlertStyle:NSInformationalAlertStyle];
 #endif
 }
@@ -302,4 +302,11 @@ NSString *JRFeedbackType[JRFeedbackController_SectionCount] = {
     return [NSURL URLWithString:postURLString];
 }
 
+// overloaded to center the window after display
+- (void)showWindow:(id)sender
+{
+    [super showWindow:sender];
+    [[self window] center];
+}
+
 @end</diff>
      <filename>lib/JRFeedbackController.m</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>7ee0fe8deb4cce4876493815df943fc69ebaa200</id>
    </parent>
  </parents>
  <author>
    <name>Brian Cooke</name>
    <email>bcooke@roobasoft.com</email>
  </author>
  <url>http://github.com/rentzsch/jrfeedbackprovider/commit/f4c063019e164c3e7a1f16ae7f5c4250f922d2bf</url>
  <id>f4c063019e164c3e7a1f16ae7f5c4250f922d2bf</id>
  <committed-date>2009-08-06T11:05:37-07:00</committed-date>
  <authored-date>2009-08-06T08:45:39-07:00</authored-date>
  <message>add a period to the end of the your feedback has been sent alert and center the window when shown.

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