diff options
author | Daniel Wilhelm <shieldwed@outlook.com> | 2018-05-08 23:58:22 +0200 |
---|---|---|
committer | Daniel Wilhelm <shieldwed@outlook.com> | 2018-05-08 23:58:22 +0200 |
commit | d9af47022b5eb44effe5bfb6e2acfa8dff54a7a6 (patch) | |
tree | 0e492ea3976c5908c7323cac3e73ebb6fdd65085 /wx+/popup_dlg.cpp | |
parent | 9.1 (diff) | |
download | FreeFileSync-d9af47022b5eb44effe5bfb6e2acfa8dff54a7a6.tar.gz FreeFileSync-d9af47022b5eb44effe5bfb6e2acfa8dff54a7a6.tar.bz2 FreeFileSync-d9af47022b5eb44effe5bfb6e2acfa8dff54a7a6.zip |
9.2
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"); |