X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fcontacteditor%2FfrmContactEditorOrganisations.cpp;h=876371035ba37e30b8d33043f2039c4ee2f3b816;hb=296baaf67d5aef9ed8e57f9de85a3d16ea86d767;hp=9aa5f503c7c10d06504630a3fd8125675325ccdf;hpb=13f15009712742722a3210c92dd296a2cb514879;p=xestiaab%2F.git diff --git a/source/contacteditor/frmContactEditorOrganisations.cpp b/source/contacteditor/frmContactEditorOrganisations.cpp index 9aa5f50..8763710 100644 --- a/source/contacteditor/frmContactEditorOrganisations.cpp +++ b/source/contacteditor/frmContactEditorOrganisations.cpp @@ -253,7 +253,7 @@ void frmContactEditorOrganisations::SetEditorMode(bool EditMode, SectionType Sec intiter = OrganisationListPrefPtr->find(OrganisationListIndex); if (intiter->first == OrganisationListIndex && intiter->second > 0 && - striter != OrganisationListPrefPtr->end()){ + intiter != OrganisationListPrefPtr->end()){ sliPriority->SetValue(intiter->second); sliPriority->Enable();