* src/plugins/rel_sk.py: Typo.
svn: r6512
This commit is contained in:
parent
08821556e9
commit
cc190517f8
@ -10,6 +10,7 @@
|
|||||||
expand and collapse all node menu entries
|
expand and collapse all node menu entries
|
||||||
|
|
||||||
2006-05-01 Alex Roitman <shura@gramps-project.org>
|
2006-05-01 Alex Roitman <shura@gramps-project.org>
|
||||||
|
* src/plugins/rel_sk.py: Typo.
|
||||||
* src/GrampsDb/_GrampsBSDDB.py (gramps_upgrade_9): Skip broken witness.
|
* src/GrampsDb/_GrampsBSDDB.py (gramps_upgrade_9): Skip broken witness.
|
||||||
* src/GrampsDb/_GrampsDbBase.py (find_backlink_handles): Correctly
|
* src/GrampsDb/_GrampsDbBase.py (find_backlink_handles): Correctly
|
||||||
loop over all primary classes looking for a given handle.
|
loop over all primary classes looking for a given handle.
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
import RelLib
|
import RelLib
|
||||||
import Relationship
|
import Relationship
|
||||||
import types
|
import types
|
||||||
from gettext import gettext as _
|
from PluginUtils import register_relcalc
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
#
|
#
|
||||||
@ -225,7 +225,5 @@ class RelationshipCalculator(Relationship.RelationshipCalculator):
|
|||||||
# Register this class with the Plugins system
|
# Register this class with the Plugins system
|
||||||
#
|
#
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
from PluginMgr import register_relcalc
|
|
||||||
|
|
||||||
register_relcalc(RelationshipCalculator,
|
register_relcalc(RelationshipCalculator,
|
||||||
["sk", "SK", "sk_SK", "slovensky", "slovak", "Slovak", "sk_SK.UTF8", "sk_SK.UTF-8", "sk_SK.utf-8", "sk_SK.utf8"])
|
["sk", "SK", "sk_SK", "slovensky", "slovak", "Slovak", "sk_SK.UTF8", "sk_SK.UTF-8", "sk_SK.utf-8", "sk_SK.utf8"])
|
||||||
|
Loading…
Reference in New Issue
Block a user