From e586eaef2eadcf3eccbb6f81d33bf005081451f2 Mon Sep 17 00:00:00 2001 From: Bibiko Date: Fri, 26 Nov 2010 11:33:18 +0000 Subject: =?UTF-8?q?=E2=80=A2=20Bundle=20Command=20support=20-=20added=20sh?= =?UTF-8?q?ell=20var=20SP=5FICON=5FFILE=20-=20a=20bundle=20command=20which?= =?UTF-8?q?=20outputs=20its=20result=20as=20HTML=20window=20will=20write?= =?UTF-8?q?=20the=20data=20in=20the=20same=20window,=20ie=20it=20won't=20b?= =?UTF-8?q?e=20create=20each=20time=20a=20new=20window;=20the=20window=20w?= =?UTF-8?q?ill=20be=20identified=20by=20the=20bundle's=20uuid=20-=20fixed?= =?UTF-8?q?=20issue=20while=20saving=20a=20short-cut=20in=20keybinding.dic?= =?UTF-8?q?t=20format,=20now=20it=20ignores=20possible=20diacritics=20-=20?= =?UTF-8?q?maybe=20bug=20in=20ShortcutRecorder=20for=20method=20[aRecorder?= =?UTF-8?q?=20keyCharsIgnoringModifiers]=20since=20in=20the=20objectValue?= =?UTF-8?q?=20it's=20set=20correctly?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/SPStringAdditions.m | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Source/SPStringAdditions.m') diff --git a/Source/SPStringAdditions.m b/Source/SPStringAdditions.m index 1185756b..907ebc05 100644 --- a/Source/SPStringAdditions.m +++ b/Source/SPStringAdditions.m @@ -507,6 +507,8 @@ NSMutableDictionary *theEnv = [NSMutableDictionary dictionary]; [theEnv setDictionary:shellEnvironment]; + [theEnv setObject:[[NSBundle mainBundle] pathForResource:@"appicon" ofType:@"icns"] forKey:@"SP_ICON_FILE"]; + // Create and set an unique process ID for each SPDatabaseDocument which has to passed // for each sequelpro:// scheme command as user to be able to identify the url scheme command. // Furthermore this id is used to communicate with the called command as file name. -- cgit v1.2.3