2007-04-30 Benny Malengier <bm@cage.ugent.be>
* src/Editors/_EditPlace.py: * src/Editors/_EditSource.py: * src/Editors/_EditNote.py: * src/Editors/_EditPerson.py: * src/Editors/_EditRepository.py: * src/Editors/_EditFamily.py: * src/DisplayTabs/_NoteTab.py: Add meaningfull title to the note dialog instead of only the note number, when called from place, source, person, family or repo svn: r8432
This commit is contained in:
@ -124,7 +124,7 @@ class EditRepository(EditPrimary):
|
||||
self.note_tab = self._add_tab(
|
||||
notebook,
|
||||
NoteTab(self.dbstate, self.uistate, self.track,
|
||||
self.obj.get_note_list()))
|
||||
self.obj.get_note_list(), self.get_menu_title()))
|
||||
|
||||
self.backref_tab = self._add_tab(
|
||||
notebook,
|
||||
|
Reference in New Issue
Block a user