mainwindow.cpp
changeset 227 38ad83f1d4ce
parent 215 e211e2fc9d54
child 228 654ad4b03c5a
     1.1 --- a/mainwindow.cpp	Wed Mar 01 14:39:04 2006 +0000
     1.2 +++ b/mainwindow.cpp	Wed Mar 01 14:39:05 2006 +0000
     1.3 @@ -390,7 +390,7 @@
     1.4  	connect( a, SIGNAL( activated() ), this, SLOT( fileImportKDEBookmarks() ) );
     1.5  	a->addTo (importMenu);
     1.6  
     1.7 -	a = new QAction( tr( "Import")+" "+tr("Mind Manager" ), QPixmap(), tr("Mind Manager"), 0, this, "importMM" );
     1.8 +	a = new QAction( tr( "Import")+" "+tr("Mind Manager" ), QPixmap(), tr("Mind Manager")+QString("..."), 0, this, "importMM" );
     1.9  	connect( a, SIGNAL( activated() ), this, SLOT( fileImportMM() ) );
    1.10  	a->addTo (importMenu);
    1.11  
    1.12 @@ -404,7 +404,7 @@
    1.13      menu->insertSeparator();
    1.14  
    1.15  
    1.16 -    a = new QAction( tr( "Print" ), QPixmap( fileprint_xpm ), tr( "&Print..." ), CTRL + Key_P, this, "filePrint" );
    1.17 +    a = new QAction( tr( "Print" ), QPixmap( fileprint_xpm ), tr( "&Print")+QString("..."), CTRL + Key_P, this, "filePrint" );
    1.18      connect( a, SIGNAL( activated() ), this, SLOT( filePrint() ) );
    1.19      a->addTo( tb );
    1.20      a->addTo( menu );
    1.21 @@ -1127,9 +1127,7 @@
    1.22  
    1.23  	branchContextMenu->insertSeparator();	
    1.24  	actionFormatIncludeImagesVer->addTo( branchContextMenu );
    1.25 -    if (settings.readBoolEntry( "/vym/mainwindow/showTestMenu",false)) 
    1.26 -		// FIXME not implemented yet 
    1.27 -		actionFormatIncludeImagesHor->addTo( branchContextMenu );
    1.28 +	actionFormatIncludeImagesHor->addTo( branchContextMenu );
    1.29  	actionFormatHideLinkUnselected->addTo( branchContextMenu );
    1.30  
    1.31  	// Context Menu for links in a branch menu