mainwindow.cpp
changeset 143 56c57552f1d2
parent 131 16b250a57c17
child 148 401f76b830d1
     1.1 --- a/mainwindow.cpp	Sun Jul 31 12:24:53 2005 +0000
     1.2 +++ b/mainwindow.cpp	Mon Aug 01 19:32:45 2005 +0000
     1.3 @@ -967,9 +967,7 @@
     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 -	// FIXME Usually deactivated, still experimental
     1.8 -    if (settings.readBoolEntry( "/vym/mainwindow/showTestMenu",false)) ;
     1.9 -		a->addTo( exportMenu );
    1.10 +	a->addTo( exportMenu );
    1.11  
    1.12  	a = new QAction( tr( "Export XML" ), QPixmap(), tr( "Export XML" ),  0, this, "exportXML" );
    1.13      connect( a, SIGNAL( activated() ), this, SLOT( fileExportXML() ) );