There are multiple issues w/ using <> in a .ui string - remove

There doesn't seem to be a standard on whether to use scroll or mouse
wheel. Since this feature  can be used w/ mousepad and other non-mouse
I'll use scrollwheel for now.

CCMAIL: lueck@hube-lueck.de
This commit is contained in:
Kurt Hindenburg
2013-01-04 10:07:44 -05:00
parent 5ff04a800d
commit 5ca63075b0

View File

@@ -896,10 +896,10 @@
<item>
<widget class="QCheckBox" name="enableMouseWheelZoomButton">
<property name="toolTip">
<string>Pressing Ctrl+&lt;mouse-wheel&gt; will increase/decrease the text size.</string>
<string>Pressing Ctrl+scrollwheel will increase/decrease the text size.</string>
</property>
<property name="text">
<string>Allow Ctrl+&lt;mouse-wheel&gt; to zoom text size</string>
<string>Allow Ctrl+scrollwheel to zoom text size</string>
</property>
</widget>
</item>