Implemented export functions;

Choice viewer uses font when rendering text.

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@433 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2007-06-25 20:40:22 +00:00
parent 5c6cb41458
commit 11b8242816
5 changed files with 84 additions and 26 deletions
+2
View File
@@ -51,9 +51,11 @@ void HtmlExportWindow::onOk(wxCommandEvent&) {
// get filename
String name = wxFileSelector(_TITLE_("save html"),_(""),_(""),_(""),exp->file_type, wxSAVE | wxOVERWRITE_PROMPT);
if (name.empty()) return;
wxBusyCursor wait;
// export info for script
ExportInfo info;
info.export_template = exp;
info.set = set;
WITH_DYNAMIC_ARG(export_info, &info);
// create directory?
if (exp->create_directory) {