From d9af47022b5eb44effe5bfb6e2acfa8dff54a7a6 Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Tue, 8 May 2018 23:58:22 +0200 Subject: 9.2 --- wx+/popup_dlg.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'wx+/popup_dlg.cpp') diff --git a/wx+/popup_dlg.cpp b/wx+/popup_dlg.cpp index 120bf852..5eeebf5e 100755 --- a/wx+/popup_dlg.cpp +++ b/wx+/popup_dlg.cpp @@ -76,6 +76,8 @@ public: PopupDialogGenerated(parent), checkBoxValue_(cfg.checkBoxValue) { + + wxBitmap iconTmp; wxString titleTmp; switch (type) @@ -83,7 +85,7 @@ public: case DialogInfoType::INFO: //"Information" is meaningless as caption text! //confirmation doesn't use info icon - //iconTmp = getResourceImage(L"msg_info"); + //iconTmp = getResourceImage(L"msg_info"); break; case DialogInfoType::WARNING: iconTmp = getResourceImage(L"msg_warning"); -- cgit