mainwindow.cpp
changeset 428 9ae68208e2ff
parent 427 fb74fa7bfb4c
child 432 f867269ab8a1
     1.1 --- a/mainwindow.cpp	Mon Feb 12 09:28:47 2007 +0000
     1.2 +++ b/mainwindow.cpp	Mon Feb 19 12:01:52 2007 +0000
     1.3 @@ -1780,7 +1780,7 @@
     1.4  			if (!file.exists() )
     1.5  			{
     1.6  				// mapname.xml does not exist, well, 
     1.7 -				// maybe some renamed the mapname.vym file...
     1.8 +				// maybe someone renamed the mapname.vym file...
     1.9  				// Try to find any .xml in the toplevel 
    1.10  				// directory of the .vym file
    1.11  				QStringList flist=QDir (tmpMapDir).entryList("*.xml");
    1.12 @@ -2793,7 +2793,7 @@
    1.13  void Main::editUnScrollAll()
    1.14  {
    1.15  	if (currentMapEditor())
    1.16 -		currentMapEditor()->unScrollAll();	
    1.17 +		currentMapEditor()->unscrollChilds();	
    1.18  }
    1.19  
    1.20  void Main::editNewBranch()