Re: Renaming Files
Re: Renaming Files
- Subject: Re: Renaming Files
- From: Emmanuel <email@hidden>
- Date: Sun, 29 Jul 2001 10:08:24 +0200
At 2:48 +0200 29/07/01, Christopher Nebel wrote:
>
This is a weakness, certainly, but it's not possible to fix it
>
without changing the syntax for "display dialog."
Could it be possible to "expand" the syntax, allowing the following:
------------------------------------
display dialog "blah" buttons {cancel string, "Rename"}
------------------------------------
where
------------------------------------
cancel string
------------------------------------
would be a newly defined constant which would return the localized "Cancel"?
Emmanuel
PS
In April 2000, Bill Fancher published a hack to grab the language-specific
"Cancel" string out of the "display dialog" osax. I can send it to whoever
asks.