Why does the Workspace not like Germans?
Why does the Workspace not like Germans?
- Subject: Why does the Workspace not like Germans?
- From: "Gerriet M. Denkmann" <email@hidden>
- Date: Mon, 17 Oct 2005 21:54:52 +0200
I have an application which has an icon called Maß.icns .
(In case someone has messed up this name: the last character is a
"Latin Small Letter S")
NSImage *i1_ok = [ NSApp applicationIconImage ];
NSImage *i2_ok = [ NSImage imageNamed: @"NSApplicationIcon" ];
NSImage *i3_bad = [[NSWorkspace sharedWorkspace] iconForFile:[[NSBundle
mainBundle] bundlePath]];
i1_ok, i2_ok both show my icon (as they should)
But i3_bad just has a generic app icon.
When I rename my icon to Measure.icns even NSWorkspace can display the
right picture.
Is it somewhere documented that German names do not agree with
NSWorkspace?
Kind regards,
Gerriet.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden