|
|
|
@ -2853,6 +2853,7 @@ void CGroupMap::removeUserLandMark(CCtrlButton *button)
|
|
|
|
|
updateUserLandMarks();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
CInterfaceManager::getInstance()->saveLandmarks();
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
@ -2872,6 +2873,8 @@ void CGroupMap::updateUserLandMark(CCtrlButton *button, const ucstring &newTitle
|
|
|
|
|
|
|
|
|
|
updateLandMarkButton(_UserLM[k], getUserLandMarkOptions(k));
|
|
|
|
|
button->setDefaultContextHelp(newTitle);
|
|
|
|
|
|
|
|
|
|
CInterfaceManager::getInstance()->saveLandmarks();
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|