svn: r8061
This commit is contained in:
parent
abf15c7712
commit
b552d019c2
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user