~ubuntu-branches/ubuntu/karmic/quassel/karmic-security

« back to all changes in this revision

Viewing changes to src/qtui/settingspages/ignorelisteditdlg.ui

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2009-09-18 10:10:58 UTC
  • mfrom: (1.1.25 upstream)
  • Revision ID: james.westby@ubuntu.com-20090918101058-rynq2d8oj6eqph1o
Tags: 0.5.0~rc1+vcshead090918-0ubuntu1
New git snapshot (from head since the libindicate branch was merged)

Show diffs side-by-side

added added

removed removed

Lines of Context:
113
113
        <item>
114
114
         <widget class="QCheckBox" name="isRegExCheckBox">
115
115
          <property name="toolTip">
116
 
           <string>&lt;p&gt;&lt;b&gt;Use RegularExpressions:&lt;/b&gt;&lt;/p&gt;
 
116
           <string>&lt;p&gt;&lt;b&gt;Use regular expressions:&lt;/b&gt;&lt;/p&gt;
117
117
&lt;p&gt;If enabled, rules follow regular expression syntax.&lt;/p&gt;
118
118
&lt;p&gt;Otherwise rules allow wildcard matching with the following special characters:&lt;/p&gt;
119
119
&lt;p&gt; *: representing &quot;any amount of any character&quot;