From c30d7c37ee1a2344fe866c95ce557a8a32f403f3 Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Fri, 20 Jun 2003 14:36:58 +0000 Subject: At startup, test that PythonLauncher is the default application for files of type .py, .pyw and .pyc. If not, post a warning. --- Mac/OSX/PythonLauncher/MyAppDelegate.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Mac/OSX/PythonLauncher/MyAppDelegate.h') diff --git a/Mac/OSX/PythonLauncher/MyAppDelegate.h b/Mac/OSX/PythonLauncher/MyAppDelegate.h index c65175a7ae..097b54177c 100644 --- a/Mac/OSX/PythonLauncher/MyAppDelegate.h +++ b/Mac/OSX/PythonLauncher/MyAppDelegate.h @@ -11,4 +11,5 @@ - (IBAction)showPreferences:(id)sender; - (BOOL)shouldShowUI; - (BOOL)shouldTerminate; +- (void)testFileTypeBinding; @end -- cgit v1.2.1