// frmContactEditor-Groups.cpp - frmContactEditor Groups tab subroutines.
//
-// (c) 2012-2015 Xestia Software Development.
+// (c) 2012-2016 Xestia Software Development.
//
// This file is part of Xestia Address Book.
//
frmContactEditorGroup *frameCEGroup = new frmContactEditorGroup ( this );
frameCEGroup->SetEditorMode(FALSE, XVMData);
- intResult = GetLastInt(&GroupsList);
- frameCEGroup->SetupPointers(&GroupsList,
+ intResult = GetLastInt(&ContactEditorData.GroupsList);
+ frameCEGroup->SetupPointers(&ContactEditorData.GroupsList,
lboGroups,
wxSContactAccount,
intValueSeek);
lboGroups->DeleteItem(longSelected);
- DeleteMapData(intSelectedData, &GroupsList);
+ DeleteMapData(intSelectedData, &ContactEditorData.GroupsList);
}
\ No newline at end of file