mainwindow.cpp
changeset 494 eea7fa702968
parent 491 c58b3973337c
child 497 ab118b86bc54
     1.1 --- a/mainwindow.cpp	Thu May 17 20:19:07 2007 +0000
     1.2 +++ b/mainwindow.cpp	Mon May 21 13:05:25 2007 +0000
     1.3 @@ -86,7 +86,7 @@
     1.4  
     1.5  	// Create direcctory for clipboard
     1.6  	clipboardDir=tmpVymDir+"/clipboard";
     1.7 -	clipboardFile="part";
     1.8 +	clipboardFile="part.xml";
     1.9  	QDir d(clipboardDir);
    1.10  	d.mkdir (clipboardDir,true);
    1.11  	makeSubDirs (clipboardDir);
    1.12 @@ -262,7 +262,7 @@
    1.13  	fileMenu->addAction (a);
    1.14      connect( a, SIGNAL( triggered() ), this, SLOT( fileNew() ) );
    1.15  	
    1.16 -    a = new QAction(QPixmap( iconPath+"filenew.png"), tr( "&Copy to new map","File menu" ),this);
    1.17 +    a = new QAction(QPixmap( iconPath+"filenewcopy.png"), tr( "&Copy to new map","File menu" ),this);
    1.18  	a->setStatusTip ( tr( "Copy selection to mapcenter of a new map","Status tip File menu" ) );
    1.19  	a->setShortcut ( Qt::CTRL +Qt::SHIFT + Qt::Key_N );		//New map
    1.20  	fileMenu->addAction (a);