diff -r ed5b407975b3 -r a8a5c7288f57 mainwindow.cpp --- a/mainwindow.cpp Thu Apr 23 12:15:31 2009 +0000 +++ b/mainwindow.cpp Mon Apr 27 12:07:15 2009 +0000 @@ -2252,7 +2252,7 @@ if (m) m->exportASCII(); } -void Main::fileExportCSV() //FIXME-2 not scriptable yet +void Main::fileExportCSV() //FIXME-3 not scriptable yet { VymModel *m=currentModel(); if (m) @@ -2271,7 +2271,7 @@ } } -void Main::fileExportLaTeX() //FIXME-2 not scriptable yet +void Main::fileExportLaTeX() //FIXME-3 not scriptable yet { VymModel *m=currentModel(); if (m) @@ -2290,7 +2290,7 @@ } } -void Main::fileExportKDE3Bookmarks() //FIXME-2 not scriptable yet +void Main::fileExportKDE3Bookmarks() //FIXME-3 not scriptable yet { ExportKDE3Bookmarks ex; VymModel *m=currentModel(); @@ -2301,7 +2301,7 @@ } } -void Main::fileExportKDE4Bookmarks() //FIXME-2 not scriptable yet +void Main::fileExportKDE4Bookmarks() //FIXME-3 not scriptable yet { ExportKDE4Bookmarks ex; VymModel *m=currentModel(); @@ -2312,7 +2312,7 @@ } } -void Main::fileExportTaskjuggler() //FIXME-2 not scriptable yet +void Main::fileExportTaskjuggler() //FIXME-3 not scriptable yet { ExportTaskjuggler ex; VymModel *m=currentModel(); @@ -2331,7 +2331,7 @@ } } -void Main::fileExportOOPresentation() //FIXME-2 not scriptable yet +void Main::fileExportOOPresentation() //FIXME-3 not scriptable yet { ExportOOFileDialog *fd=new ExportOOFileDialog( this,vymName+" - "+tr("Export to")+" Open Office"); // TODO add preview in dialog