From 7302bb4484d517a72cdffbd13ec7a9f2324cde01 Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Sat, 29 Oct 2016 11:41:53 +0200 Subject: 8.6 --- wx+/popup_dlg.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'wx+/popup_dlg.h') diff --git a/wx+/popup_dlg.h b/wx+/popup_dlg.h index 7c5db159..892c7a83 100644 --- a/wx+/popup_dlg.h +++ b/wx+/popup_dlg.h @@ -8,7 +8,7 @@ #define POPUP_DLG_H_820780154723456 #ifdef ZEN_WIN -#include //include before + #include //include before #endif #include #include @@ -53,7 +53,7 @@ class ConfirmationDialog3; struct PopupDialogCfg { - PopupDialogCfg& setIcon (const wxBitmap& bmp ) { icon = bmp; return *this; } + PopupDialogCfg& setIcon (const wxBitmap& bmp ) { icon = bmp; return *this; } PopupDialogCfg& setTitle (const wxString& label) { title = label; return *this; } PopupDialogCfg& setMainInstructions (const wxString& label) { textMain = label; return *this; } //set at least one of these! PopupDialogCfg& setDetailInstructions(const wxString& label) { textDetail = label; return *this; } // @@ -62,7 +62,7 @@ struct PopupDialogCfg private: friend class StandardPopupDialog; - wxBitmap icon; + wxBitmap icon; wxString title; wxString textMain; wxString textDetail; -- cgit