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
+3 -1
View File
@@ -587,7 +587,9 @@ void SetWindow::onFileExportImages(wxCommandEvent&) {
}
void SetWindow::onFileExportHTML(wxCommandEvent&) {
HtmlExportWindow wnd(this, set);
ExportCardSelectionChoices choices;
selectionChoices(choices);
HtmlExportWindow wnd(this, set, choices);
wnd.ShowModal();
}