* English.lproj/Connect.nib: Setting the File's Owner to be ConnectWindowController...
authorRobert Sesek <rsesek@bluestatic.org>
Wed, 1 Aug 2007 17:54:33 +0000 (10:54 -0700)
committerRobert Sesek <rsesek@bluestatic.org>
Wed, 1 Aug 2007 17:54:33 +0000 (10:54 -0700)
commitd1e707954fe44ab52d67c2f9ea61ec1631e710bc
treee4bc60ca7c0be5bf3b3b0fd31bd13fe0d524bf55
parent0ccae50c0dfc936df5c489230fe698872ed05a2f
* English.lproj/Connect.nib: Setting the File's Owner to be ConnectWindowController and the window outlet to be the window
* Source/AppDelegate.m:
([AppDelegate applicationDidFinishLaunching:]): New method to show the connect window after launch
* Source/ConnectWindowController.m/h: Adding the NSWindowController subclass for the connection window
English.lproj/Connect.nib/classes.nib
English.lproj/Connect.nib/info.nib
English.lproj/Connect.nib/keyedobjects.nib
MacGDBp.xcodeproj/project.pbxproj
Source/AppDelegate.m
Source/ConnectWindowController.h [new file with mode: 0644]
Source/ConnectWindowController.m [new file with mode: 0644]