* 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:
Don Allingham
2007-09-08 05:54:02 +00:00
parent afb2bbc201
commit a65a73d1d7
104 changed files with 390 additions and 395 deletions

View File

@@ -394,7 +394,7 @@ class ManagedWindow:
def define_glade(self, top_module, glade_file=None):
if glade_file == None:
glade_file = const.gladeFile
glade_file = const.GLADE_FILE
self._gladeobj = gtk.glade.XML(glade_file, top_module, "gramps")
return self._gladeobj
@@ -451,4 +451,4 @@ def set_titles(window, title, text, msg=None):
window.set_title('%s - GRAMPS' % msg)
else:
window.set_title('%s - GRAMPS' % text)
window.set_icon_from_file(const.icon)
window.set_icon_from_file(const.ICON)