From: Steve Brokenshire Date: Sun, 10 Jan 2016 21:08:08 +0000 (+0000) Subject: Added PictureMode to frmContactEditorPicture. X-Git-Tag: release-0.09~69 X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=commitdiff_plain;h=b10f5436f87f8b4e256acd731124902b58cd122c Added PictureMode to frmContactEditorPicture. --- diff --git a/source/contacteditor/frmContactEditorPicture.h b/source/contacteditor/frmContactEditorPicture.h index 5773503..46a8b8c 100644 --- a/source/contacteditor/frmContactEditorPicture.h +++ b/source/contacteditor/frmContactEditorPicture.h @@ -53,10 +53,12 @@ class frmContactEditorPicture : public frmContactEditorPictureADT std::map *PictureListMediatype, std::map *PictureListPref, wxListCtrl *PictureListCtrl, - int PictureIndex ); + int PictureIndex, + bool PictureLogoIn ); //// end generated class members - bool EditorMode; + bool EditorMode = FALSE; + bool PictureLogo = FALSE; std::map *PictureListPtr; std::map *PictureListAltIDPtr; std::map *PictureListPIDPtr; @@ -67,7 +69,7 @@ class frmContactEditorPicture : public frmContactEditorPictureADT std::map *PictureListMediatypePtr; std::map *PictureListPrefPtr; wxListCtrl *PictureListCtrlPtr; - int PictureListIndex; + int PictureListIndex = 0; SectionType EditSectionType; };