PageList.cpp
changeset 1 5b075fa903ae
parent 0 97dd4d2c08b6
--- a/PageList.cpp	Wed Apr 02 21:47:47 2008 +0200
+++ b/PageList.cpp	Thu Apr 03 00:16:12 2008 +0200
@@ -57,3 +57,10 @@
 
     PopupMenu(menu);
 }
+
+void
+PageList::generate(const wxString &outputfile)
+{
+    wxMessageDialog w(this, outputfile);
+    w.ShowModal();
+}