Added missing 'OXP(s) containing messages found' message in descriptions.plist. The path of the OXP with messages echoed to the log is now the last path component only.

git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@3291 127b21dd-08f5-0310-b4b7-95ae10353056
This commit is contained in:
Nikos Barkas 2010-05-05 17:11:41 +00:00
parent 073b32262e
commit b41ae4d829
2 changed files with 5 additions and 1 deletions

View File

@ -416,6 +416,10 @@
"division-sign" = "÷";
// *** Misc. messages ***
// OXP containing messages that are echoed to Latest.log
"oxp-containing-messages-found" = "OXP(s) containing messages found: ";
// Messages used when awarding bounties
"bounty-@-total-@" = "Bounty: %@\nTotal: %@";
"right-on-commander" = "Right On, Commander!";

View File

@ -323,7 +323,7 @@ static NSMutableDictionary *sStringCache;
}
}
if (sOXPsWithMessagesFound == nil) sOXPsWithMessagesFound = [[NSMutableArray alloc] init];
[sOXPsWithMessagesFound addObject:path];
[sOXPsWithMessagesFound addObject:[path lastPathComponent]];
}
}