user [email protected]
usertags 645923 gnustep-gui0.20-transition gnustep-transition
tags 645923 + patch
thanks
Andreas Tille wrote:
> do you have any hint how to fix this.
Sure, trivial patch attached. (You could simply merge it with the
existing debian/patches/05_main.patch.)
--- biococoa.app-1.6.0.orig/main.m
+++ biococoa.app-1.6.0/main.m
@@ -15,9 +15,8 @@
pool = [NSAutoreleasePool new];
app = [NSApplication sharedApplication];
- [app setApplicationIconImage: [NSImage imageNamed:
@"Calculator.app.tiff"]];
+ [app setApplicationIconImage: [NSImage imageNamed: @"biococoa.tiff"]];
/*
mainMenu = [[NSMenu new]autorelease];