Skip to content

Commit

Permalink
fix #2836
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@13855 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Jun 30, 2010
1 parent 8b729f3 commit 121931b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions python/plugins/fTools/tools/frmRegPoints.ui
Expand Up @@ -28,6 +28,9 @@
<property name="checked">
<bool>true</bool>
</property>
<attribute name="buttonGroup">
<string>buttonGroup</string>
</attribute>
</widget>
</item>
<item row="1" column="0" colspan="2">
Expand All @@ -38,6 +41,9 @@
<property name="text">
<string>Input Coordinates</string>
</property>
<attribute name="buttonGroup">
<string>buttonGroup</string>
</attribute>
</widget>
</item>
<item row="3" column="0">
Expand Down Expand Up @@ -112,6 +118,9 @@
<property name="checked">
<bool>true</bool>
</property>
<attribute name="buttonGroup">
<string>buttonGroup_2</string>
</attribute>
</widget>
</item>
<item>
Expand Down Expand Up @@ -139,6 +148,9 @@
<property name="text">
<string>Use this number of points</string>
</property>
<attribute name="buttonGroup">
<string>buttonGroup_2</string>
</attribute>
</widget>
</item>
<item>
Expand Down Expand Up @@ -386,4 +398,8 @@
</hints>
</connection>
</connections>
<buttongroups>
<buttongroup name="buttonGroup"/>
<buttongroup name="buttonGroup_2"/>
</buttongroups>
</ui>

0 comments on commit 121931b

Please sign in to comment.