diff options
| author | Jack Jansen <jack.jansen@cwi.nl> | 2003-06-20 14:36:58 (GMT) |
|---|---|---|
| committer | Jack Jansen <jack.jansen@cwi.nl> | 2003-06-20 14:36:58 (GMT) |
| commit | c30d7c37ee1a2344fe866c95ce557a8a32f403f3 (patch) | |
| tree | 14ce11df0980175ccd63a3b6002d023786044706 /Mac/OSX/PythonLauncher/MyAppDelegate.h | |
| parent | 94d09f84be3be999739a61de5c49547ca82fe964 (diff) | |
| download | cpython-c30d7c37ee1a2344fe866c95ce557a8a32f403f3.zip cpython-c30d7c37ee1a2344fe866c95ce557a8a32f403f3.tar.gz cpython-c30d7c37ee1a2344fe866c95ce557a8a32f403f3.tar.bz2 | |
At startup, test that PythonLauncher is the default application for files
of type .py, .pyw and .pyc. If not, post a warning.
Diffstat (limited to 'Mac/OSX/PythonLauncher/MyAppDelegate.h')
| -rw-r--r-- | Mac/OSX/PythonLauncher/MyAppDelegate.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Mac/OSX/PythonLauncher/MyAppDelegate.h b/Mac/OSX/PythonLauncher/MyAppDelegate.h index c65175a..097b541 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 |
