diff -r 9b9c7e8b9147 -r 9079931da6c3 mainwindow.cpp --- a/mainwindow.cpp Tue Jul 19 14:44:30 2005 +0000 +++ b/mainwindow.cpp Wed Jul 27 18:56:32 2005 +0000 @@ -967,8 +967,9 @@ a = new QAction( tr( "Export as ASCII (still experimental)" ), QPixmap(), tr( "Export (ASCII)" ), 0, this, "exportASCII" ); connect( a, SIGNAL( activated() ), this, SLOT( fileExportASCII() ) ); - // TODO deactivated, doesn't work with QRichtext anyway - // a->addTo( exportMenu ); + // FIXME Usually deactivated, still experimental + if (settings.readBoolEntry( "/vym/mainwindow/showTestMenu",false)) ; + a->addTo( exportMenu ); a = new QAction( tr( "Export XML" ), QPixmap(), tr( "Export XML" ), 0, this, "exportXML" ); connect( a, SIGNAL( activated() ), this, SLOT( fileExportXML() ) );