diff -r 16b250a57c17 -r 0683c8e87fac mainwindow.cpp --- a/mainwindow.cpp Fri Jul 22 15:38:06 2005 +0000 +++ b/mainwindow.cpp Mon Aug 01 20:45:55 2005 +0000 @@ -967,9 +967,7 @@ a = new QAction( tr( "Export as ASCII (still experimental)" ), QPixmap(), tr( "Export (ASCII)" ), 0, this, "exportASCII" ); connect( a, SIGNAL( activated() ), this, SLOT( fileExportASCII() ) ); - // FIXME Usually deactivated, still experimental - if (settings.readBoolEntry( "/vym/mainwindow/showTestMenu",false)) ; - a->addTo( exportMenu ); + a->addTo( exportMenu ); a = new QAction( tr( "Export XML" ), QPixmap(), tr( "Export XML" ), 0, this, "exportXML" ); connect( a, SIGNAL( activated() ), this, SLOT( fileExportXML() ) );