Update group_map.cpp

develop
Jan Boon 4 years ago committed by GitHub
parent e5fce11618
commit 7c028d7a83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2831,7 +2831,7 @@ void CGroupMap::addUserLandMark(const NLMISC::CVector2f &pos, const ucstring &ti
CLandMarkButton *lmb = createLandMarkButton(options);
lmb->setParent(this);
lmb->Pos = pos;
lmb->setDefaultContextHelp(title);
lmb->setDefaultContextHelp(title.toUtf8());
_UserLM.push_back(lmb);
addCtrl(lmb);
invalidateCoords();

Loading…
Cancel
Save