* configure.in: up version number

* src/GrampsCfg.py: window title
	* src/ColumnOrder.py: window title name
	* src/DisplayState.py: open recent menu copy
	* help/C/gramps.xml: typo fixes
	* po/POTFILES.in: remove unused files


svn: r7717
This commit is contained in:
Don Allingham
2006-11-27 03:24:39 +00:00
parent 16b3376f94
commit a577020674
8 changed files with 53 additions and 103 deletions

View File

@@ -577,10 +577,7 @@ class NameFormatEditDlg:
self.top = gtk.glade.XML(const.gladeFile,'namefmt_edit','gramps')
self.dlg = self.top.get_widget('namefmt_edit')
ManagedWindow.set_titles(
self.dlg,
self.top.get_widget('title'),
_('Name Format Editor'))
ManagedWindow.set_titles(self.dlg, None, _('Name Format Editor'))
self.examplelabel = self.top.get_widget('example_label')