get the message name right

This commit is contained in:
Bill Currie 2010-11-28 14:36:21 +09:00
parent 98a5d591d5
commit 32bf4aed2b
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ string (QFile f) get_comment =
local string line;
local PLItem plist;
plist = [PLItem newFromFile:f];
plist = [PLItem fromFile:f];
line = [(PLString) [plist getObjectForKey:"comment"] string];
return line;
}