Dummy HTML export window

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@373 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2007-05-14 17:21:39 +00:00
parent 89240c201b
commit ff85f47ac9
4 changed files with 85 additions and 14 deletions
+3 -12
View File
@@ -22,6 +22,7 @@
#include <gui/preferences_window.hpp>
#include <gui/print_window.hpp>
#include <gui/images_export_window.hpp>
#include <gui/html_export_window.hpp>
#include <gui/icon_menu.hpp>
#include <gui/util.hpp>
#include <util/io/package_manager.hpp>
@@ -484,18 +485,8 @@ void SetWindow::onFileExportImages(wxCommandEvent&) {
}
void SetWindow::onFileExportHTML(wxCommandEvent&) {
// HtmlExportWindow wnd(&this, set);
// wnd.ShowModal();
/*;//%%
String name = fileSelector(_("Exort to html"),_(""),_(""),_(""), {
_("HTML files (*.html)|*.html"),
wxSAVE | wxOVERWRITE_PROMPT);
}
if (!name.empty()) {
HtmlExportWindow wnd(&this, set, name);
wnd.showModal();
}
*/
HtmlExportWindow wnd(this, set);
wnd.ShowModal();
}
void SetWindow::onFileExportApprentice(wxCommandEvent&) {