GEPS008: Moved glade module

svn: r19765
This commit is contained in:
Nick Hall
2012-06-05 21:23:06 +00:00
parent 8949403d63
commit e82046018f
66 changed files with 65 additions and 66 deletions

View File

@ -35,7 +35,7 @@ from gen.db import DbTxn
from gen.display.name import displayer as name_displayer
import ListModel
from gui.managedwindow import ManagedWindow
from glade import Glade
from gui.glade import Glade
PARENT_TITLES = [(_('Father'), -1, 200), (_('Mother'), -1, 200), ('', -1, 0)]
FAMILY_TITLES = [(_('Spouse'), -1, 200), (_('Relationship'), -1, 200), ('', -1, 0)]