mainwindow.cpp
changeset 131 16b250a57c17
parent 129 9b9c7e8b9147
child 143 56c57552f1d2
     1.1 --- a/mainwindow.cpp	Tue Jul 19 15:57:49 2005 +0000
     1.2 +++ b/mainwindow.cpp	Fri Jul 22 15:38:06 2005 +0000
     1.3 @@ -967,8 +967,9 @@
     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 -	// TODO deactivated, doesn't work with QRichtext anyway
     1.8 -	//   a->addTo( exportMenu );
     1.9 +	// FIXME Usually deactivated, still experimental
    1.10 +    if (settings.readBoolEntry( "/vym/mainwindow/showTestMenu",false)) ;
    1.11 +		a->addTo( exportMenu );
    1.12  
    1.13  	a = new QAction( tr( "Export XML" ), QPixmap(), tr( "Export XML" ),  0, this, "exportXML" );
    1.14      connect( a, SIGNAL( activated() ), this, SLOT( fileExportXML() ) );