diff options
Diffstat (limited to 'wx+/popup_dlg.cpp')
-rwxr-xr-x | wx+/popup_dlg.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
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"); |