| Rev | Line | |
|---|
| [13451] | 1 | //
|
|---|
| 2 | // IssueXXXAppDelegate.m
|
|---|
| 3 | // IssueXXX
|
|---|
| 4 | //
|
|---|
| 5 | // Created by Gary Palter on 2/18/10.
|
|---|
| 6 | // Copyright 2010 Clozure Associates. All rights reserved.
|
|---|
| 7 | //
|
|---|
| 8 |
|
|---|
| 9 | #import "IssueXXXAppDelegate.h"
|
|---|
| 10 | #import "PreferencesWindowController.h"
|
|---|
| 11 |
|
|---|
| 12 | @implementation IssueXXXAppDelegate
|
|---|
| 13 |
|
|---|
| 14 | @synthesize window;
|
|---|
| 15 |
|
|---|
| 16 | - (void)applicationDidFinishLaunching:(NSNotification *)aNotification {
|
|---|
| 17 | PreferencesWindowController *controller = [[PreferencesWindowController alloc] init];
|
|---|
| 18 | [controller showWindow:nil];
|
|---|
| 19 | }
|
|---|
| 20 |
|
|---|
| 21 | @end
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.