* various: const.py changes
2007-09-07 Don Allingham <don@gramps-project.org> * src/DateHandler/_Date_fr.py: fix indentation errors 2007-09-07 Don Allingham <don@gramps-project.org> svn: r8948
This commit is contained in:
		@@ -75,7 +75,7 @@ class EditAddress(EditSecondary):
 | 
			
		||||
        EditSecondary.__init__(self, dbstate, uistate, track, addr, callback)
 | 
			
		||||
 | 
			
		||||
    def _local_init(self):
 | 
			
		||||
        self.top = gtk.glade.XML(const.gladeFile, "addr_edit","gramps")
 | 
			
		||||
        self.top = gtk.glade.XML(const.GLADE_FILE, "addr_edit","gramps")
 | 
			
		||||
        self.set_window(self.top.get_widget("addr_edit"),
 | 
			
		||||
                        self.top.get_widget("title"),
 | 
			
		||||
                        _('Address Editor'))
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user