mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-19 07:20:50 +00:00
get the message name right
This commit is contained in:
parent
98a5d591d5
commit
32bf4aed2b
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ string (QFile f) get_comment =
|
||||||
local string line;
|
local string line;
|
||||||
local PLItem plist;
|
local PLItem plist;
|
||||||
|
|
||||||
plist = [PLItem newFromFile:f];
|
plist = [PLItem fromFile:f];
|
||||||
line = [(PLString) [plist getObjectForKey:"comment"] string];
|
line = [(PLString) [plist getObjectForKey:"comment"] string];
|
||||||
return line;
|
return line;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue