diff -r 5e684bfe5bb1 -r 38ad83f1d4ce mainwindow.cpp --- a/mainwindow.cpp Wed Mar 01 14:39:04 2006 +0000 +++ b/mainwindow.cpp Wed Mar 01 14:39:05 2006 +0000 @@ -390,7 +390,7 @@ connect( a, SIGNAL( activated() ), this, SLOT( fileImportKDEBookmarks() ) ); a->addTo (importMenu); - a = new QAction( tr( "Import")+" "+tr("Mind Manager" ), QPixmap(), tr("Mind Manager"), 0, this, "importMM" ); + a = new QAction( tr( "Import")+" "+tr("Mind Manager" ), QPixmap(), tr("Mind Manager")+QString("..."), 0, this, "importMM" ); connect( a, SIGNAL( activated() ), this, SLOT( fileImportMM() ) ); a->addTo (importMenu); @@ -404,7 +404,7 @@ menu->insertSeparator(); - a = new QAction( tr( "Print" ), QPixmap( fileprint_xpm ), tr( "&Print..." ), CTRL + Key_P, this, "filePrint" ); + a = new QAction( tr( "Print" ), QPixmap( fileprint_xpm ), tr( "&Print")+QString("..."), CTRL + Key_P, this, "filePrint" ); connect( a, SIGNAL( activated() ), this, SLOT( filePrint() ) ); a->addTo( tb ); a->addTo( menu ); @@ -1127,9 +1127,7 @@ branchContextMenu->insertSeparator(); actionFormatIncludeImagesVer->addTo( branchContextMenu ); - if (settings.readBoolEntry( "/vym/mainwindow/showTestMenu",false)) - // FIXME not implemented yet - actionFormatIncludeImagesHor->addTo( branchContextMenu ); + actionFormatIncludeImagesHor->addTo( branchContextMenu ); actionFormatHideLinkUnselected->addTo( branchContextMenu ); // Context Menu for links in a branch menu