Finding strings
Finding strings
- Subject: Finding strings
- From: Mark Dawson <email@hidden>
- Date: Wed, 16 Feb 2005 17:42:17 -0800
When looking at the Sketch example (Developer/Examples/AppKit/), I see
a call to NSLocalizedStringFromTable(@"Set Bounds", @"UndoStrings",
@"Action name for numerically setting bounds."). I know that
"UndoStrings" is usually a string file, but I don't see such a file
name (no "UndoStrings.strings)". How do I locate this table? I tried
using XCode (1.5)'s "Find in project" to look for both "Set Bounds" and
"UndoStrings" and I see all of the calls to the
NSLocalizedStringFromTable API, but no string file. I see the undo
text, so the call's working.
Thanks,
Mark
_______________________________________________
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