vertex-tool.patch

Bug Fix-patch - Arunmozhi P, 2012-03-04 03:39 AM

Download (749 Bytes)

View differences:

src/app/qgsmaptoolvertexedit.cpp
54 54
    m->setMessageAsHtml( "<p>" +
55 55
                         tr( "Could not snap segment." ) +
56 56
                         "</p><p>" +
57
                         tr( "Have you set the tolerance in "
58
                             "Settings > Project Properties > General?" ) +
57
                         tr( "Could not snap to segment. Have you set the tolerance in "
58
                             "Settings > Snapping Options ?" ) +
59 59
                         "</p>" );
60 60
    m->exec();
61 61
  }