Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
apply #1423
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@10997 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Jul 1, 2009
1 parent 8aabd50 commit 2716f3d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
8 changes: 7 additions & 1 deletion src/ui/qgsrasterlayerpropertiesbase.ui
Expand Up @@ -1472,8 +1472,14 @@
</property>
<item row="0" column="1" >
<widget class="QPushButton" name="pbnChangeSpatialRefSys" >
<property name="toolTip">
<string>Specify the coordinate reference system of the layer's geometry.</string>
</property>
<property name="whatsThis">
<string>Specify the coordinate reference system of the layer's geometry.</string>
</property>
<property name="text" >
<string>Change ...</string>
<string>Specify...</string>
</property>
</widget>
</item>
Expand Down
8 changes: 7 additions & 1 deletion src/ui/qgsvectorlayerpropertiesbase.ui
Expand Up @@ -165,8 +165,14 @@
</item>
<item row="3" column="2" >
<widget class="QPushButton" name="pbnChangeSpatialRefSys" >
<property name="toolTip">
<string>Specify the coordinate reference system of the layer's geometry.</string>
</property>
<property name="whatsThis">
<string>Specify the coordinate reference system of the layer's geometry.</string>
</property>
<property name="text" >
<string>Change CRS</string>
<string>Specify CRS</string>
</property>
</widget>
</item>
Expand Down

0 comments on commit 2716f3d

Please sign in to comment.