Merge branch 'master' of git://git.assembla.com/fpdb
This commit is contained in:
+2
-1
@@ -53,7 +53,8 @@ class Table(Table_Window):
|
||||
title = d[kCGWindowName]
|
||||
if self.check_bad_words(title): continue
|
||||
self.number = int(d[kCGWindowNumber])
|
||||
self.title = title; return self.title
|
||||
self.title = title
|
||||
return self.title
|
||||
if self.number is None:
|
||||
return None
|
||||
|
||||
|
||||
@@ -30,6 +30,7 @@ The generated file can then replace heroname.xml (if all is well).
|
||||
|
||||
########################################################################
|
||||
|
||||
#TODO gettextify
|
||||
|
||||
# Standard Library modules
|
||||
import os
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation, version 3 of the License.
|
||||
#
|
||||
# TODO gettextify usage print
|
||||
|
||||
import L10n
|
||||
_ = L10n.get_translation()
|
||||
|
||||
Reference in New Issue
Block a user