changeset 665 | a7db20d79c32 |
parent 658 | 9e196213c003 |
child 676 | 3dabc6424d73 |
1.1 --- a/mainwindow.cpp Wed Jan 16 15:45:19 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()