mirror of
https://github.com/python/cpython.git
synced 2025-10-31 21:51:50 +00:00
re-checkin with "ISO-8859 translation" turned on.
This commit is contained in:
parent
b8bf163dde
commit
edab93939e
12 changed files with 58 additions and 58 deletions
|
|
@ -101,7 +101,7 @@ def listhit(self, isdbl = 1):
|
|||
class Status:
|
||||
|
||||
def __init__(self):
|
||||
self.w = W.Dialog((440, 64), "SearchingÉ")
|
||||
self.w = W.Dialog((440, 64), "SearchingŠ")
|
||||
self.w.searching = W.TextBox((4, 4, -4, 16), "DevDev:PyPyDoc 1.5.1:ext:parseTupleAndKeywords.html")
|
||||
self.w.hits = W.TextBox((4, 24, -4, 16), "Hits: 0")
|
||||
self.w.canceltip = W.TextBox((4, 44, -4, 16), "Type cmd-period (.) to cancel.")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue