Changed Reference Vectors menu title to the more generic title Reference Marks.

ver1_6_1
Da Woon Jung 2008-04-19 05:27:12 +00:00
parent a2c2f78ff4
commit c25ae89d20
1 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@
- (void) removeRefMarkItems - (void) removeRefMarkItems
{ {
int index; int index;
index = [self indexOfItemWithTitle: NSLocalizedStringFromTable(@"Reference Vectors",@"po",@"")]; index = [self indexOfItemWithTitle: NSLocalizedStringFromTable(@"Reference Marks",@"po",@"")];
if (index >= 0) [self removeItemAtIndex: index]; if (index >= 0) [self removeItemAtIndex: index];
} }
#endif #endif
@ -63,8 +63,8 @@
if ([aSelection body]) if ([aSelection body])
{ {
target = [aSelection body]; target = [aSelection body];
mi = [[[NSMenuItem alloc] initWithTitle: NSLocalizedStringFromTable(@"Reference Vectors",@"po",@"") action: nil keyEquivalent: @""] autorelease]; mi = [[[NSMenuItem alloc] initWithTitle: NSLocalizedStringFromTable(@"Reference Marks",@"po",@"") action: nil keyEquivalent: @""] autorelease];
NSMenu *refMarksMenu = [[[NSMenu alloc ] initWithTitle: @"Reference Vectors" ] autorelease]; NSMenu *refMarksMenu = [[[NSMenu alloc ] initWithTitle: @"Reference Marks" ] autorelease];
[mi setSubmenu: refMarksMenu]; [mi setSubmenu: refMarksMenu];
if (mi) if (mi)
{ {