diff options
Diffstat (limited to 'packages/darwin_app')
-rw-r--r-- | packages/darwin_app/TODO | 9 | ||||
-rw-r--r-- | packages/darwin_app/org.puredata.pd.plist | 2 |
2 files changed, 5 insertions, 6 deletions
diff --git a/packages/darwin_app/TODO b/packages/darwin_app/TODO index 5ee00d4f..9a1f1b41 100644 --- a/packages/darwin_app/TODO +++ b/packages/darwin_app/TODO @@ -39,11 +39,6 @@ http://developer.apple.com/documentation/MacOSX/Conceptual/BPFileSystem/Articles kAEShowPreferences ::tk::mac::ShowPreferences - -- create Tcl script called from Prefs that creates links for the standard unix - (this probably makes more sense to have in "make devsymlinks") - - - redo menu system - research Tk + "Custom MDEF" for menus - the menus are the same for all windows @@ -76,3 +71,7 @@ semi-abandoned TODOs uses the "defaults" command to add the desired prefs to any existing file. (its a good idea, but unforunately, the key names prevent that from working, i.e. loadlib1, loadlib2, etc) + + +- create Tcl script called from Prefs that creates links for the standard unix + (this probably makes more sense to have in "make devsymlinks") diff --git a/packages/darwin_app/org.puredata.pd.plist b/packages/darwin_app/org.puredata.pd.plist index 1dc78877..bf3a0cab 100644 --- a/packages/darwin_app/org.puredata.pd.plist +++ b/packages/darwin_app/org.puredata.pd.plist @@ -3,7 +3,7 @@ <plist version="1.0"> <dict> <key>defeatrt</key> - <string>1</string> + <string>0</string> <key>loadlib1</key> <string>Gem</string> <key>loadlib2</key> |