remove a not necessary comment
svn: r13850
This commit is contained in:
parent
4691d50a31
commit
b7c6eb7dba
@ -688,7 +688,6 @@ class GrampsPreferences(ManagedWindow.ManagedWindow):
|
|||||||
|
|
||||||
# Date format on reports:
|
# Date format on reports:
|
||||||
obox = gtk.combo_box_new_text()
|
obox = gtk.combo_box_new_text()
|
||||||
#formats = GrampsLocale.tformat
|
|
||||||
formats = DateHandler.get_date_formats()
|
formats = DateHandler.get_date_formats()
|
||||||
for item in formats:
|
for item in formats:
|
||||||
obox.append_text(item)
|
obox.append_text(item)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user