From b10f5436f87f8b4e256acd731124902b58cd122c Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Sun, 10 Jan 2016 21:08:08 +0000 Subject: [PATCH] Added PictureMode to frmContactEditorPicture. --- source/contacteditor/frmContactEditorPicture.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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; }; -- 2.39.2