From a29479bca7ec8a2ce65bc94bc3b3c9dee3ac2b8e Mon Sep 17 00:00:00 2001 From: Allan Odgaard Date: Fri, 28 Sep 2012 22:00:22 +0200 Subject: [PATCH] Remove Credits / License menu item --- .../resources/English.lproj/CreditsWindow.xib | 274 ------------------ .../resources/English.lproj/MainMenu.xib | 33 +-- Applications/TextMate/src/AppController.mm | 6 - 3 files changed, 1 insertion(+), 312 deletions(-) delete mode 100644 Applications/TextMate/resources/English.lproj/CreditsWindow.xib diff --git a/Applications/TextMate/resources/English.lproj/CreditsWindow.xib b/Applications/TextMate/resources/English.lproj/CreditsWindow.xib deleted file mode 100644 index cf9b572b3c..0000000000 --- a/Applications/TextMate/resources/English.lproj/CreditsWindow.xib +++ /dev/null @@ -1,274 +0,0 @@ - - - - 1070 - 12A269 - 2549 - 1187 - 624.00 - - YES - - YES - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.WebKitIBPlugin - - - YES - 2549 - 1460 - - - - YES - NSCustomObject - NSView - NSWindowTemplate - WebView - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.WebKitIBPlugin - - - PluginDependencyRecalculationVersion - - - - YES - - CreditsWindowController - - - FirstResponder - - - NSApplication - - - 15 - 2 - {{100, 200}, {600, 500}} - 1613234176 - Credits - NSWindow - - - {300, 150} - - - 274 - - YES - - - 274 - - YES - - YES - Apple HTML pasteboard type - Apple PDF pasteboard type - Apple PICT pasteboard type - Apple URL pasteboard type - Apple Web Archive pasteboard type - NSColor pasteboard type - NSFilenamesPboardType - NSStringPboardType - NeXT RTFD pasteboard type - NeXT Rich Text Format v1.0 pasteboard type - NeXT TIFF v4.0 pasteboard type - WebURLsWithTitlesPboardType - public.png - public.url - public.url-name - - - {600, 500} - - - - - - - - - YES - - YES - WebKitDefaultFixedFontSize - WebKitDefaultFontSize - WebKitMinimumFontSize - - - YES - - - - - - - NO - YES - - - {600, 500} - - - - {{0, 0}, {1680, 1028}} - {300, 172} - {10000000000000, 10000000000000} - Credits - YES - - - - - YES - - - window - - - - 4 - - - - webView - - - - 6 - - - - delegate - - - - 5 - - - - - YES - - 0 - - YES - - - - - - -2 - - - File's Owner - - - -1 - - - First Responder - - - -3 - - - Application - - - 1 - - - YES - - - - - - 2 - - - YES - - - - - - 3 - - - - - - - YES - - YES - -1.IBPluginDependency - -2.IBPluginDependency - -3.IBPluginDependency - 1.IBPluginDependency - 1.IBWindowTemplateEditedContentRect - 1.NSWindowTemplate.visibleAtLaunch - 2.IBPluginDependency - 3.IBPluginDependency - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - {{50, 240}, {600, 500}} - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.WebKitIBPlugin - - - - YES - - - - - - YES - - - - - 6 - - - - YES - - CreditsWindowController - NSWindowController - - IBProjectSource - ./Classes/CreditsWindowController.h - - - - - 0 - IBCocoaFramework - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 - - - YES - 3 - - diff --git a/Applications/TextMate/resources/English.lproj/MainMenu.xib b/Applications/TextMate/resources/English.lproj/MainMenu.xib index 43242e1c1a..ba33101887 100644 --- a/Applications/TextMate/resources/English.lproj/MainMenu.xib +++ b/Applications/TextMate/resources/English.lproj/MainMenu.xib @@ -2239,14 +2239,6 @@ - - - Credits / Licenses - - 2147483647 - - - @@ -2266,7 +2258,7 @@ {269, 102} - + 256 YES @@ -2275,7 +2267,6 @@ 258 {{50, 60}, {199, 22}} - YES @@ -2315,8 +2306,6 @@ 257 {{150, 12}, {105, 32}} - - 1 YES @@ -2341,7 +2330,6 @@ 257 {{68, 12}, {82, 32}} - YES @@ -2367,7 +2355,6 @@ 256 {{17, 62}, {28, 13}} - YES @@ -2400,8 +2387,6 @@ {269, 102} - - {{0, 0}, {1440, 878}} @@ -3605,14 +3590,6 @@ 773 - - - showCredits: - - - - 775 - goToParentFolder: @@ -4047,7 +4024,6 @@ YES - @@ -5485,11 +5461,6 @@ - - 774 - - - 776 @@ -5804,7 +5775,6 @@ 768.IBPluginDependency 77.IBPluginDependency 771.IBPluginDependency - 774.IBPluginDependency 776.IBPluginDependency 776.IBShouldRemoveOnLegacySave 778.IBPluginDependency @@ -6082,7 +6052,6 @@ com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin diff --git a/Applications/TextMate/src/AppController.mm b/Applications/TextMate/src/AppController.mm index 25e6dc02b0..e2ba68c342 100644 --- a/Applications/TextMate/src/AppController.mm +++ b/Applications/TextMate/src/AppController.mm @@ -133,12 +133,6 @@ - (void)didSelectFavorite:(id)sender OakOpenDocuments(paths); } -- (IBAction)showCredits:(id)sender -{ - D(DBF_AppController, bug("\n");); - [CreditsWindowController showPath:[[NSBundle mainBundle] pathForResource:@"Credits" ofType:@"html"]]; -} - // ======================= // = Bundle Item Chooser = // =======================