3731: Add place name column to place tree view

svn: r14951
This commit is contained in:
Nick Hall
2010-03-27 23:00:41 +00:00
parent 9d1bd83f5b
commit e090d8d250
13 changed files with 79 additions and 35 deletions

View File

@@ -83,9 +83,9 @@ class SourceView(ListView):
# default setting with visible columns, order of the col, and their size
CONFIGSETTINGS = (
('columns.visible', [COL_TITLE, COL_ID, COL_AUTH, COL_PINFO]),
('columns.order', [COL_TITLE, COL_ID, COL_AUTH, COL_ABBR, COL_PINFO,
('columns.rank', [COL_TITLE, COL_ID, COL_AUTH, COL_ABBR, COL_PINFO,
COL_CHAN]),
('columns.sizecol', [200, 75, 150, 100, 150, 100])
('columns.size', [200, 75, 150, 100, 150, 100])
)
ADD_MSG = _("Add a new source")
EDIT_MSG = _("Edit the selected source")