diff -r a3caa8bed260 -r eea7fa702968 mainwindow.cpp --- a/mainwindow.cpp Thu May 17 20:19:07 2007 +0000 +++ b/mainwindow.cpp Mon May 21 13:05:25 2007 +0000 @@ -86,7 +86,7 @@ // Create direcctory for clipboard clipboardDir=tmpVymDir+"/clipboard"; - clipboardFile="part"; + clipboardFile="part.xml"; QDir d(clipboardDir); d.mkdir (clipboardDir,true); makeSubDirs (clipboardDir); @@ -262,7 +262,7 @@ fileMenu->addAction (a); connect( a, SIGNAL( triggered() ), this, SLOT( fileNew() ) ); - a = new QAction(QPixmap( iconPath+"filenew.png"), tr( "&Copy to new map","File menu" ),this); + a = new QAction(QPixmap( iconPath+"filenewcopy.png"), tr( "&Copy to new map","File menu" ),this); a->setStatusTip ( tr( "Copy selection to mapcenter of a new map","Status tip File menu" ) ); a->setShortcut ( Qt::CTRL +Qt::SHIFT + Qt::Key_N ); //New map fileMenu->addAction (a);