1.1 --- a/mainwindow.cpp Tue Jul 19 14:44:30 2005 +0000
1.2 +++ b/mainwindow.cpp Sun Jul 31 12:24:53 2005 +0000
1.3 @@ -967,8 +967,9 @@
1.4
1.5 a = new QAction( tr( "Export as ASCII (still experimental)" ), QPixmap(), tr( "Export (ASCII)" ), 0, this, "exportASCII" );
1.6 connect( a, SIGNAL( activated() ), this, SLOT( fileExportASCII() ) );
1.7 - // TODO deactivated, doesn't work with QRichtext anyway
1.8 - // a->addTo( exportMenu );
1.9 + // FIXME Usually deactivated, still experimental
1.10 + if (settings.readBoolEntry( "/vym/mainwindow/showTestMenu",false)) ;
1.11 + a->addTo( exportMenu );
1.12
1.13 a = new QAction( tr( "Export XML" ), QPixmap(), tr( "Export XML" ), 0, this, "exportXML" );
1.14 connect( a, SIGNAL( activated() ), this, SLOT( fileExportXML() ) );