[gen] Bugfixes.

This commit is contained in:
Gaetan Delannay 2013-07-15 16:41:45 +02:00
parent 5d350de491
commit f2b19e4141
2 changed files with 3 additions and 3 deletions

View file

@ -290,7 +290,7 @@ class SearchDescr(Descr):
self.translatedDescr = tool.translate(labelDescr)
else:
self.translatedDescr = ''
self.px = self.pxSearch
self.px = self.pxView
# ------------------------------------------------------------------------------
upperLetter = re.compile('[A-Z]')