Added Russian translation and custom filter editor

svn: r892
This commit is contained in:
Don Allingham
2002-04-05 00:23:13 +00:00
parent 6232ce8501
commit cda292743f
10 changed files with 6367 additions and 34 deletions

View File

@ -183,13 +183,9 @@ class ImageSelect:
Utils.destroy_passed_object(obj)
self.load_images()
#-------------------------------------------------------------------------
#
# savephoto - Save the photo in the dataobj object. (Placeholder)
#
#-------------------------------------------------------------------------
def savephoto(self, photo):
assert 0, "The savephoto function must be subclassed"
"""Save the photo in the dataobj object - must be overridden"""
pass
#-------------------------------------------------------------------------
#