add note reordering

svn: r9777
This commit is contained in:
Erik De Richter
2008-01-10 20:17:05 +00:00
parent ca35eb4efc
commit abc7d85760
3 changed files with 17 additions and 1 deletions

View File

@@ -191,6 +191,8 @@ class GrampsPreferences(ManagedWindow.ManagedWindow):
self.add_entry(table, _('Media Object'), 4, Config.OPREFIX)
self.add_entry(table, _('Event'), 5, Config.EPREFIX)
self.add_entry(table, _('Repository'), 6, Config.RPREFIX)
#added notes prefix
self.add_entry(table, _('Note'), 7, Config.NPREFIX)
return table
def add_advanced_panel(self):