Search
lxdream.org :: lxdream/src/cocoaui/cocoa_win.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/cocoaui/cocoa_win.c
changeset 738:0cbff49086b8
prev736:a02d1475ccfd
next757:2780bc393e7c
author nkeynes
date Tue Jul 15 06:47:49 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Record the SVN revision in the build
Rationalise the version/copyright strings a little as well.
file annotate diff log raw
1.1 --- a/src/cocoaui/cocoa_win.c Mon Jul 14 07:44:42 2008 +0000
1.2 +++ b/src/cocoaui/cocoa_win.c Tue Jul 15 06:47:49 2008 +0000
1.3 @@ -135,7 +135,7 @@
1.4 [self setContentMinSize: contentRect.size];
1.5 [self setAcceptsMouseMovedEvents: YES];
1.6
1.7 - NSString *title = [[NSString alloc] initWithCString: (APP_NAME " " APP_VERSION) encoding: NSASCIIStringEncoding];
1.8 + NSString *title = [[NSString alloc] initWithCString: lxdream_package_name encoding: NSASCIIStringEncoding];
1.9 [self setTitle: title];
1.10
1.11 NSToolbar *toolbar = [[NSToolbar alloc] initWithIdentifier: @"LxdreamToolbar"];
.