HTML export widow also uses cards selector

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1109 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2008-08-08 22:16:06 +00:00
parent 3c5ec28d8d
commit f870f48b13
6 changed files with 21 additions and 12 deletions
+2 -2
View File
@@ -42,8 +42,8 @@ ExportCardSelectionChoice::ExportCardSelectionChoice(const String& label, const
// ----------------------------------------------------------------------------- : ExportWindowBase
ExportWindowBase::ExportWindowBase(Window* parent, const String& title, const SetP& set, const ExportCardSelectionChoices& cards_choices)
: wxDialog(parent, wxID_ANY, title)
ExportWindowBase::ExportWindowBase(Window* parent, const String& title, const SetP& set, const ExportCardSelectionChoices& cards_choices, long style)
: wxDialog(parent, wxID_ANY, title, wxDefaultPosition, wxDefaultSize, style)
, set(set), cards_choices(cards_choices)
, active_choice(0)
, select_cards(nullptr)