Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'changing text or rather gettin rid of it' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
changing text or rather gettin rid of it
Authored by: panicX on Nov 21, '02 05:07:22PM

I confess its a bit of topic or maybe not.
You people seem to know where these things are stored.
I have been looking for a way to remove "Get Mac OS X Software"
from the Apple menu. I suppose it can be done in a way similar to
editing the 'about box' text.
Any idears?

thanx for the hint BTW :)



[ Reply to This | # ]
That hint has been published...
Authored by: robg on Nov 21, '02 07:54:02PM
I don't know if it's been tried in 10.2 or not, but this hint explains how to get rid of it: regards; -rob.

[ Reply to This | # ]
thanx :)
Authored by: panicX on Nov 21, '02 08:56:25PM

thanx rob :)



[ Reply to This | # ]
Still works in 10.2 but...
Authored by: panicX on Nov 21, '02 10:19:22PM

Hi,
I tried it and it still works :)
but....
INSTEAD OFF:
4) In line 11 (<array count="16" name="items">), replace the '16' with '15' - you're removing something from an array.
5) In line 7 (<array count="69" name="allObjects">), change '69' to '68'.

IT MUST BE:
4) In line 11 (<array count="19" name="items">), replace the '19' with '18' - you're removing something from an array.
5) In line 7 (<array count="77" name="allObjects">), change '77' to '76'.

I'll post this with the originating article as well.



[ Reply to This | # ]