Skip to content

Commit

Permalink
Merge pull request #1482 from serialc/patch-1
Browse files Browse the repository at this point in the history
Checkbox for sub index was missing tooltip text
  • Loading branch information
m-kuhn committed Dec 3, 2014
2 parents b1de41c + f94b800 commit f03ab8a
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 f03ab8a

Please sign in to comment.