summaryrefslogtreecommitdiff
path: root/wx+/popup_dlg_generated.h
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-12-08 13:14:11 +0000
committerB Stack <bgstack15@gmail.com>2020-12-08 13:14:11 +0000
commit35adf35f7d3b7744d58d7ff27fcaf1bb843060aa (patch)
tree8e5414c3b8a914f57a1d4dc92ee0e55ae1f6e9ee /wx+/popup_dlg_generated.h
parentMerge branch '11.3' into 'master' (diff)
parentadd upstream 11.4 (diff)
downloadFreeFileSync-35adf35f7d3b7744d58d7ff27fcaf1bb843060aa.tar.gz
FreeFileSync-35adf35f7d3b7744d58d7ff27fcaf1bb843060aa.tar.bz2
FreeFileSync-35adf35f7d3b7744d58d7ff27fcaf1bb843060aa.zip
Merge branch '11.4' into 'master'11.4
add upstream 11.4 See merge request opensource-tracking/FreeFileSync!28
Diffstat (limited to 'wx+/popup_dlg_generated.h')
-rw-r--r--wx+/popup_dlg_generated.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/wx+/popup_dlg_generated.h b/wx+/popup_dlg_generated.h
index 87474708..93842d17 100644
--- a/wx+/popup_dlg_generated.h
+++ b/wx+/popup_dlg_generated.h
@@ -20,7 +20,7 @@
#include <wx/settings.h>
#include <wx/string.h>
#include <wx/stattext.h>
-#include <wx/textctrl.h>
+#include <wx/richtext/richtextctrl.h>
#include <wx/sizer.h>
#include <wx/panel.h>
#include <wx/statline.h>
@@ -44,7 +44,7 @@ protected:
wxPanel* m_panel33;
wxStaticBitmap* m_bitmapMsgType;
wxStaticText* m_staticTextMain;
- wxTextCtrl* m_textCtrlTextDetail;
+ wxRichTextCtrl* m_richTextDetail;
wxStaticLine* m_staticline6;
wxCheckBox* m_checkBoxCustom;
wxBoxSizer* bSizerStdButtons;
bgstack15