aboutsummaryrefslogtreecommitdiff
path: root/pd/tcl/apple_events.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'pd/tcl/apple_events.tcl')
-rw-r--r--pd/tcl/apple_events.tcl8
1 files changed, 4 insertions, 4 deletions
diff --git a/pd/tcl/apple_events.tcl b/pd/tcl/apple_events.tcl
index b52dcdba..cfc92982 100644
--- a/pd/tcl/apple_events.tcl
+++ b/pd/tcl/apple_events.tcl
@@ -29,14 +29,14 @@ proc ::tk::mac::OnShow {} {
# kAEShowPreferences
proc ::tk::mac::ShowPreferences {} {
- menu_preferences_panel
+ menu_preferences_dialog
}
# kAEQuitApplication
#proc ::tk::mac::Quit {} {
-# # TODO sort this out... how to quit pd-gui after sending the message
-# puts stderr "Custom exit proc"
-# pdsend "pd verifyquit"
+# # TODO sort this out... how to quit pd-gui after sending the message
+# puts stderr "Custom exit proc"
+# pdsend "pd verifyquit"
#}
# these I gleaned by reading the source (tkMacOSXHLEvents.c)