remove a not necessary comment

svn: r13850
This commit is contained in:
Jérôme Rapinat 2009-12-19 12:42:11 +00:00
parent 4691d50a31
commit b7c6eb7dba

View File

@ -688,7 +688,6 @@ class GrampsPreferences(ManagedWindow.ManagedWindow):
# Date format on reports:
obox = gtk.combo_box_new_text()
#formats = GrampsLocale.tformat
formats = DateHandler.get_date_formats()
for item in formats:
obox.append_text(item)