Adding an empty preferences window and controller. Hooking up the Preferences menu...
authorRobert Sesek <rsesek@bluestatic.org>
Wed, 9 Jul 2008 17:05:14 +0000 (13:05 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Wed, 9 Jul 2008 17:05:14 +0000 (13:05 -0400)
commitd2004303249662f905cfd3c4266537de9c895e5a
treea605249cf41b110eb93dfa1b84da47a956f90e16
parent0879f4d1e8c4fe893ffddb7a59d9aa6aa083e596
Adding an empty preferences window and controller. Hooking up the Preferences menu item.

* English.lproj/MainMenu.xib: Hooking up the Preferences menu item
* English.lproj/Preferences.xib: New file
* Source/PreferencesController.m+h: New files
* Source/AppDelegate.m+h: Adding an ivar for the PreferencesController
(showPreferences:): New method
* MacGDBp.xcodeproj: Project updates for new files
English.lproj/MainMenu.xib
English.lproj/Preferences.xib [new file with mode: 0644]
MacGDBp.xcodeproj/project.pbxproj
Source/AppDelegate.h
Source/AppDelegate.m
Source/PreferencesController.h [new file with mode: 0644]
Source/PreferencesController.m [new file with mode: 0644]