From b5b0d387f50de658ccf7c4df25b2e6d622fd75fb Mon Sep 17 00:00:00 2001 From: Steffen Schaumburg Date: Sun, 30 Jan 2011 19:16:16 +0100 Subject: [PATCH 1/2] small change of announcement --- packaging/announce-0.21-rc2.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/announce-0.21-rc2.txt b/packaging/announce-0.21-rc2.txt index 7dde9364..dd660ebd 100644 --- a/packaging/announce-0.21-rc2.txt +++ b/packaging/announce-0.21-rc2.txt @@ -27,8 +27,8 @@ Approx. 200 changesets (excl. merges) have gone in since 0.21-rc1. Some of the i Where to get it =============== -Please note that you will have to either recreate your database or use a new one if you're updating from 0.21-rc1 or older. -Config files from 0.20 and later should work. Please report if you have problems with config files from that version or later. +Please note that you will have to either recreate your database or use a new one if you're updating from 0.21-rc1 or older. Config files from 0.20 and later should work. Please report if you have problems with config files from that version or later. +You can find checksums (MD5 and SHA512) in the download folder. To download: http://sourceforge.net/projects/fpdb/files/fpdb/Snapshots/ To be notified by email of new versions you can subscribe to our announce mailing list here: https://lists.sourceforge.net/lists/listinfo/fpdb-announce From 7234b74df1f213cd09041ab9b9efa6f85d7af932 Mon Sep 17 00:00:00 2001 From: Steffen Schaumburg Date: Tue, 1 Feb 2011 02:04:47 +0100 Subject: [PATCH 2/2] some minor nitpicking --- pyfpdb/OSXTables.py | 3 ++- pyfpdb/RushNotesMerge.py | 1 + pyfpdb/Stove.py | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/pyfpdb/OSXTables.py b/pyfpdb/OSXTables.py index a3473fbb..75d7218a 100644 --- a/pyfpdb/OSXTables.py +++ b/pyfpdb/OSXTables.py @@ -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 diff --git a/pyfpdb/RushNotesMerge.py b/pyfpdb/RushNotesMerge.py index 7bfec3df..433a9873 100755 --- a/pyfpdb/RushNotesMerge.py +++ b/pyfpdb/RushNotesMerge.py @@ -30,6 +30,7 @@ The generated file can then replace heroname.xml (if all is well). ######################################################################## +#TODO gettextify # Standard Library modules import os diff --git a/pyfpdb/Stove.py b/pyfpdb/Stove.py index 9469ffb9..2d4d08b9 100755 --- a/pyfpdb/Stove.py +++ b/pyfpdb/Stove.py @@ -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()