[QGIS-trac] [Quantum GIS] #1490: typo: 'actioMoveVertex' throughout
code
Quantum GIS
qgis at qgis.org
Fri Jan 16 13:13:32 EST 2009
#1490: typo: 'actioMoveVertex' throughout code
------------------------------------------------+---------------------------
Reporter: Barryrowlingson | Owner: nobody
Type: bug | Status: new
Priority: major: does not work as expected | Milestone: Version 1.0.1
Component: GUI | Version: HEAD
Keywords: | Platform_version:
Platform: All | Must_fix: No
Status_info: 0 |
------------------------------------------------+---------------------------
if you do dir(iface) you'll see "actioMoveVertex" instead of
"actionMoveVertex". Seems to be a search/replace gone wrong since it's
consistent in the C++ source as well as the Python SIP files:
$ grep -lr actioMoveVertex .
./python/gui/qgisinterface.sip
./python/gui/.svn/text-base/qgisinterface.sip.svn-base
./src/gui/.svn/text-base/qgisinterface.h.svn-base
./src/gui/qgisinterface.h
./src/app/qgisapp.h
./src/app/qgisappinterface.h
./src/app/qgisappinterface.cpp
that's from:
$ svn info
URL: https://svn.osgeo.org/qgis/trunk/qgis
Revision: 9976
--
Ticket URL: <https://trac.osgeo.org/qgis/ticket/1490>
Quantum GIS <http://qgis.org>
Quantum GIS is an Open Source GIS viewer/editor supporting OGR, PostGIS, and GRASS formats
More information about the QGIS-trac
mailing list