svn: r8061

This commit is contained in:
Don Allingham 2007-02-06 05:25:27 +00:00
parent abf15c7712
commit b552d019c2

View File

@ -863,7 +863,7 @@ class ListView(BookMarkView):
box.pack_start(label, True, True, padding=12)
box.pack_start(combobox, False, False)
combobox.append_text(_('CSV'))
combobox.append_text(_('OpenOffice Spreadsheet'))
combobox.append_text(_('Open Document Spreadsheet'))
combobox.set_active(0)
box.show_all()
chooser.set_extra_widget(box)