Re: scripting secure empty trash
Re: scripting secure empty trash
- Subject: Re: scripting secure empty trash
- From: Axel Luttgens <email@hidden>
- Date: Sun, 16 Jul 2006 13:43:26 +0200
On 16/07/06 10:53, Yvan KOENIG wrote:
Hello
Trying to use a safe way to get the name of a menu item, I tested
this kind of code:
tell application "Finder"
activate
set local_item to localized string "A3" --"Empty Trash…"
end tell
On an english system, it returns "Empty Trash…"
On a french one, it returns "Vider la Corbeille…"
That's fine but i am unable to find where is stored the string
dedicated to the menu item "Secure Empty Trash"
His one of you knowing where it is ?
Seems to be located in:
/System/Library/CoreServices/Finder.app/Contents/Resources/English.lproj/Menus.nib/objects.xib
As you already have guessed, just replace "English.lproj" by, for
example, "French.lproj" to get the french version of all those strings.
Question 2, from time to time, now that I am using 10.4.7, when I
type, I get odd results on the screen at the beginning of new lines..
Dragging the cursor on the odd chars bring the correct display.
Are you aware of that and is there a workaround ?
Sorry, I haven't noticed it yet.
Do you have a reproducible case?
Axel
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden