Skip to content

Commit

Permalink
Checkbox for sub index was missing tooltip text
Browse files Browse the repository at this point in the history
  • Loading branch information
serialc committed Jun 23, 2014
1 parent c601e3b commit f94b800
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ui/qgsdelimitedtextsourceselectbase.ui
Expand Up @@ -594,13 +594,13 @@
</item>
<item>
<widget class="QCheckBox" name="cbxSubsetIndex">
<property name="statusTip">
<property name="toolTip">
<string>Use an index to improve performance of subset filters (set in layer properties)</string>
</property>
<property name="whatsThis">
<property name="statusTip">
<string>Use an index to improve performance of subset filters (set in layer properties)</string>
</property>
<property name="accessibleName">
<property name="whatsThis">
<string>Use an index to improve performance of subset filters (set in layer properties)</string>
</property>
<property name="text">
Expand Down

0 comments on commit f94b800

Please sign in to comment.