summaryrefslogtreecommitdiff
path: root/Mac/PythonLauncher/MyAppDelegate.m
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/PythonLauncher/MyAppDelegate.m')
-rw-r--r--Mac/PythonLauncher/MyAppDelegate.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/PythonLauncher/MyAppDelegate.m b/Mac/PythonLauncher/MyAppDelegate.m
index 25779a2540..9cc2aa0ad9 100644
--- a/Mac/PythonLauncher/MyAppDelegate.m
+++ b/Mac/PythonLauncher/MyAppDelegate.m
@@ -22,7 +22,7 @@
{
// Test that the file mappings are correct
[self testFileTypeBinding];
- // If we were opened because of a file drag or doubleclick
+ // If we were opened because of a file drag or double-click
// we've set initial_action_done in shouldShowUI
// Otherwise we open a preferences dialog.
if (!initial_action_done) {