Skip to content

Commit

Permalink
Removed the search text tooltip to prevent it obscuring search text.
Browse files Browse the repository at this point in the history
This fixes issue 224.

git-svn-id: https://bpbible.googlecode.com/svn/trunk@1387 20523bf7-2b47-0410-960a-a116b6c96ec9
  • Loading branch information
jonmmorgan@gmail.com committed Mar 22, 2012
1 parent 94ccb57 commit 14b3803
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion xrc/search.xrc
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
</object>
<object class="sizeritem">
<object class="wxComboBox" name="searchkey">
<tooltip>Words to search for</tooltip>
</object>
<option>1</option>
<flag>wxRIGHT|wxALIGN_CENTRE</flag>
Expand Down
1 change: 0 additions & 1 deletion xrc/search_xrc.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ def __gettext_strings():
def _(str): pass

_("&Find:")
_("Words to search for")
_("Open the Virtual Keyboard")
_("&Search")
_("Search for given words now")
Expand Down

0 comments on commit 14b3803

Please sign in to comment.