--- deliantra/server/server/apply.C 2007/08/17 14:12:10 1.126 +++ deliantra/server/server/apply.C 2007/08/17 21:18:01 1.127 @@ -150,7 +150,7 @@ if (buf.empty ()) buf << ("You have nothing that needs identifying"); - pl->contr->infobox (buf); + pl->contr->infobox ("Identify", buf); return !money; }