Upper cased button label first letters

git-svn-id: http://svn.osgeo.org/qgis/trunk@783 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
timlinux 2004-02-10 13:28:24 +00:00
parent 64bc304453
commit 54ccec06c0

View File

@ -316,7 +316,7 @@
<cstring>cancelbutton</cstring>
</property>
<property name="text">
<string>cancel</string>
<string>Cancel</string>
</property>
</widget>
<widget class="QPushButton" row="1" column="1">
@ -324,7 +324,7 @@
<cstring>okbutton</cstring>
</property>
<property name="text">
<string>ok</string>
<string>Ok</string>
</property>
<property name="default">
<bool>true</bool>