From a870338e8e76da51e0db9e09af55ae74dd5a6654 Mon Sep 17 00:00:00 2001 From: Jeena Paradies Date: Fri, 22 Mar 2013 20:13:04 +0100 Subject: [PATCH] fixed problem with older OS X versions --- Mac/English.lproj/NewMessageWindow.xib | 170 ++++++++++++------------- Mac/NewMessageWindow.h | 1 + 2 files changed, 86 insertions(+), 85 deletions(-) diff --git a/Mac/English.lproj/NewMessageWindow.xib b/Mac/English.lproj/NewMessageWindow.xib index c1aacae..633bcf7 100644 --- a/Mac/English.lproj/NewMessageWindow.xib +++ b/Mac/English.lproj/NewMessageWindow.xib @@ -2,13 +2,13 @@ 1080 - 12C60 - 2844 - 1187.34 - 625.00 + 12D78 + 3084 + 1187.37 + 626.00 com.apple.InterfaceBuilder.CocoaPlugin - 2844 + 3084 YES @@ -99,7 +99,7 @@ {{215, 3}, {38, 17}} - + YES 68157504 @@ -158,35 +158,6 @@ NO - - - 289 - {{258, 2}, {38, 16}} - - - - _NS:9 - YES - - -2080374784 - 134217728 - ⌘↩ - - LucidaGrande-Bold - 11 - 3357 - - _NS:9 - - -2033434624 - 268435623 - - DQ - 400 - 75 - - NO - 292 @@ -216,6 +187,31 @@ NO + + + 289 + {{258, 0}, {38, 19}} + + + + _NS:9 + YES + + -2080374784 + 134217728 + ⌘↩ + + _NS:9 + + -1232846848 + 268435629 + + DQ + 400 + 75 + + NO + {299, 113} @@ -271,7 +267,11 @@ 67108864 134217728 - + + LucidaGrande-Bold + 11 + 3357 + _NS:9 -2030813184 @@ -407,14 +407,6 @@ A 100068 - - - sendPostButtonPressed: - - - - 100070 - togglePrivate: @@ -439,6 +431,14 @@ A 100083 + + + sendPostButtonPressed: + + + + 100088 + delegate @@ -496,9 +496,9 @@ A YES - + @@ -522,34 +522,6 @@ A - - 100036 - - - YES - - - - - - 100037 - - - - - 100039 - - - YES - - - - - - 100040 - - - 100041 @@ -580,18 +552,37 @@ A - 100065 - + 100081 + + + + + 100036 + YES - + - 100066 - - + 100037 + + + + + 100039 + + + YES + + + + + + 100040 + + 100074 @@ -608,9 +599,18 @@ A - 100081 - - + 100086 + + + YES + + + + + + 100087 + + @@ -631,11 +631,11 @@ A 100043.IBPluginDependency 100059.IBPluginDependency 100060.IBPluginDependency - 100065.IBPluginDependency - 100066.IBPluginDependency 100074.IBPluginDependency 100075.IBPluginDependency 100081.IBPluginDependency + 100086.IBPluginDependency + 100087.IBPluginDependency 5.IBPluginDependency 5.IBWindowTemplateEditedContentRect 6.IBPluginDependency @@ -677,7 +677,7 @@ A - 100083 + 100088 diff --git a/Mac/NewMessageWindow.h b/Mac/NewMessageWindow.h index b8893ab..fe8a5a4 100644 --- a/Mac/NewMessageWindow.h +++ b/Mac/NewMessageWindow.h @@ -35,6 +35,7 @@ @property (retain, nonatomic) NSString *imageFilePath; @property (assign) IBOutlet NSButton *togglePrivateButton; +- (IBAction)sendPostButtonPressed:(id)sender; - (IBAction)sendPost:(NSControl *)control; - (void)inReplyTo:(NSString *)userName statusId:(NSString *)statusId withString:(NSString *)string; - (void)withString:(NSString *)aString;