mainwindow.cpp
changeset 756 a8a5c7288f57
parent 755 ed5b407975b3
child 757 c6908bc17d78
     1.1 --- a/mainwindow.cpp	Thu Apr 23 12:15:31 2009 +0000
     1.2 +++ b/mainwindow.cpp	Mon Apr 27 12:07:15 2009 +0000
     1.3 @@ -2252,7 +2252,7 @@
     1.4  	if (m) m->exportASCII();
     1.5  }
     1.6  
     1.7 -void Main::fileExportCSV()	//FIXME-2 not scriptable yet
     1.8 +void Main::fileExportCSV()	//FIXME-3 not scriptable yet
     1.9  {
    1.10  	VymModel *m=currentModel();
    1.11  	if (m)
    1.12 @@ -2271,7 +2271,7 @@
    1.13  	}
    1.14  }
    1.15  
    1.16 -void Main::fileExportLaTeX()	//FIXME-2 not scriptable yet
    1.17 +void Main::fileExportLaTeX()	//FIXME-3 not scriptable yet
    1.18  {
    1.19  	VymModel *m=currentModel();
    1.20  	if (m)
    1.21 @@ -2290,7 +2290,7 @@
    1.22  	}
    1.23  }
    1.24  
    1.25 -void Main::fileExportKDE3Bookmarks()	//FIXME-2 not scriptable yet
    1.26 +void Main::fileExportKDE3Bookmarks()	//FIXME-3 not scriptable yet
    1.27  {
    1.28  	ExportKDE3Bookmarks ex;
    1.29  	VymModel *m=currentModel();
    1.30 @@ -2301,7 +2301,7 @@
    1.31  	}	
    1.32  }
    1.33  
    1.34 -void Main::fileExportKDE4Bookmarks()	//FIXME-2 not scriptable yet
    1.35 +void Main::fileExportKDE4Bookmarks()	//FIXME-3 not scriptable yet
    1.36  {
    1.37  	ExportKDE4Bookmarks ex;
    1.38  	VymModel *m=currentModel();
    1.39 @@ -2312,7 +2312,7 @@
    1.40  	}	
    1.41  }
    1.42  
    1.43 -void Main::fileExportTaskjuggler()	//FIXME-2 not scriptable yet
    1.44 +void Main::fileExportTaskjuggler()	//FIXME-3 not scriptable yet
    1.45  {
    1.46  	ExportTaskjuggler ex;
    1.47  	VymModel *m=currentModel();
    1.48 @@ -2331,7 +2331,7 @@
    1.49  	}	
    1.50  }
    1.51  
    1.52 -void Main::fileExportOOPresentation()	//FIXME-2 not scriptable yet
    1.53 +void Main::fileExportOOPresentation()	//FIXME-3 not scriptable yet
    1.54  {
    1.55  	ExportOOFileDialog *fd=new ExportOOFileDialog( this,vymName+" - "+tr("Export to")+" Open Office");
    1.56  	// TODO add preview in dialog