diff -r 30cd58b70d02 -r 16b250a57c17 mainwindow.cpp --- a/mainwindow.cpp Tue Jul 19 15:57:49 2005 +0000 +++ b/mainwindow.cpp Fri Jul 22 15:38:06 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() ) );