Skip to content

Commit a19708c

Browse files
author
macho
committed
changed OK button to Open as it's a open dialog - seems more reasonable to me
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@12094 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 565c8b9 commit a19708c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/qgsopenvectorlayerdialogbase.ui

+1-1
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@
413413
<item row="4" column="0">
414414
<widget class="QDialogButtonBox" name="buttonBox">
415415
<property name="standardButtons">
416-
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Help|QDialogButtonBox::Ok</set>
416+
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Help|QDialogButtonBox::Open</set>
417417
</property>
418418
</widget>
419419
</item>

0 commit comments

Comments
 (0)