mainwindow.cpp
changeset 663 827d334d55f1
parent 658 9e196213c003
child 676 3dabc6424d73
     1.1 --- a/mainwindow.cpp	Fri Feb 01 15:28:35 2008 +0000
     1.2 +++ b/mainwindow.cpp	Fri Feb 01 15:28:35 2008 +0000
     1.3 @@ -3801,8 +3801,8 @@
     1.4  void Main::testFunction1()
     1.5  {
     1.6  	if (!currentMapEditor()) return;
     1.7 -	//currentMapEditor()->testFunction1();
     1.8 -	editAttribute();
     1.9 +	currentMapEditor()->testFunction1();
    1.10 +	//editAttribute();
    1.11  }
    1.12  
    1.13  void Main::testFunction2()