implemented apprentice export

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@267 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2007-04-19 16:30:51 +00:00
parent f530cd7244
commit 0d328b750e
5 changed files with 800 additions and 4 deletions
+1 -2
View File
@@ -458,8 +458,7 @@ void SetWindow::onFileExportHTML(wxCommandEvent&) {
}
void SetWindow::onFileExportApprentice(wxCommandEvent&) {
// ApprenticeExportWindow wnd(&this, set);
// wnd.ShowModal();
export_apprentice(this, set);
}
void SetWindow::onFileExportMWS(wxCommandEvent&) {