filename | src/cocoaui/cocoaui.m |
changeset | 1017:f94af28e38b7 |
prev | 1015:ad448bedc48a |
next | 1019:87f191f92f8f |
author | nkeynes |
date | Wed Jun 03 04:00:52 2009 +0000 (13 years ago) |
permissions | -rw-r--r-- |
last change | Replace dcemu.gif with the better-named lxdream.png Update gtkui to actually use the icon Add a GNOME desktop entry for menu goodness |
file | annotate | diff | log | raw |
1.1 --- a/src/cocoaui/cocoaui.m Tue Jun 02 23:16:26 2009 +00001.2 +++ b/src/cocoaui/cocoaui.m Wed Jun 03 04:00:52 2009 +00001.3 @@ -310,7 +310,7 @@1.5 LxdreamDelegate *delegate = [[LxdreamDelegate alloc] init];1.6 [NSApp setDelegate: delegate];1.7 - NSString *iconFile = [[NSBundle mainBundle] pathForResource:@"dcemu" ofType:@"gif"];1.8 + NSString *iconFile = [[NSBundle mainBundle] pathForResource:@"lxdream" ofType:@"png"];1.9 NSImage *iconImage = [[NSImage alloc] initWithContentsOfFile: iconFile];1.10 [iconImage setName: @"NSApplicationIcon"];1.11 [NSApp setApplicationIconImage: iconImage];
.