aboutsummaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorJonathan Wilkes <jancsika1@users.sourceforge.net>2012-11-30 07:51:54 +0000
committerJonathan Wilkes <jancsika1@users.sourceforge.net>2012-11-30 07:51:54 +0000
commit5a5bff1d821c2df9e6ac3f60566660b3c4e40136 (patch)
tree8677913c3ad8902ea81e45151e3de4bce8d4efc2 /README.txt
parentf682d0013eab10df56a4e911bc80d4b4fce1fa4e (diff)
fixed widget color discrepancy on OSX
svn path=/trunk/scripts/guiplugins/search-plugin/; revision=16620
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.txt b/README.txt
index e168a99..269231d 100644
--- a/README.txt
+++ b/README.txt
@@ -14,8 +14,8 @@ A lot of care has been taken so that the average user can get by without
directly using regular expressions at all. For example, typing "melod(y|ies)"
in the search bar is equivalent to typing "melody melodies" and unchecking
the box for "Match all terms". Additionally, a complex regular expression
-like the one above can be triggered by clicking one of various links under
-the heading "Keywords Search" on the homepage of the search window.
+like the keywords example above may be triggered by clicking one of various
+links under the heading "Keywords Search" on the homepage of the search window.
You can find out about the Tcl regexp syntax here for advanced searches:
http://tcl.tk/man/tcl8.5/TclCmd/re_syntax.htm