[QGIS Commit] r13739 - trunk/qgis/src/plugins/georeferencer

svn_qgis at osgeo.org svn_qgis at osgeo.org
Thu Jun 17 03:30:50 EDT 2010


Author: mhugent
Date: 2010-06-17 07:30:50 +0000 (Thu, 17 Jun 2010)
New Revision: 13739

Modified:
   trunk/qgis/src/plugins/georeferencer/qgsgeorefplugingui.cpp
Log:
Fix for ticket #2814

Modified: trunk/qgis/src/plugins/georeferencer/qgsgeorefplugingui.cpp
===================================================================
--- trunk/qgis/src/plugins/georeferencer/qgsgeorefplugingui.cpp	2010-06-16 20:05:32 UTC (rev 13738)
+++ trunk/qgis/src/plugins/georeferencer/qgsgeorefplugingui.cpp	2010-06-17 07:30:50 UTC (rev 13739)
@@ -275,6 +275,7 @@
   mActionLinkQGisToGeoref->setEnabled( false );
 
   mCanvas->clearExtentHistory(); // reset zoomnext/zoomlast
+  mWorldFileName = guessWorldFileName( mRasterFileName );
 }
 
 void QgsGeorefPluginGui::doGeoreference()



More information about the QGIS-commit mailing list