diff -r 3590c3490789 -r 56c57552f1d2 mainwindow.cpp --- a/mainwindow.cpp Sun Jul 31 12:24:53 2005 +0000 +++ b/mainwindow.cpp Mon Aug 01 19:32:45 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() ) );