diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/bookmarks/ephy-bookmarks-editor.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/bookmarks/ephy-bookmarks-editor.c b/src/bookmarks/ephy-bookmarks-editor.c index 6f5778105..0886ee3ae 100644 --- a/src/bookmarks/ephy-bookmarks-editor.c +++ b/src/bookmarks/ephy-bookmarks-editor.c @@ -93,9 +93,10 @@ static const struct const char *extension; } export_formats [] = +/* Don't add or reoder those entries without updating export_dialog_response_cb too! */ { - { N_("Mozilla (HTML)"), "html" }, - { N_("Epiphany (RDF)"), "rdf" } + { N_("Epiphany (RDF)"), "rdf" }, + { N_("Mozilla (HTML)"), "html" } }; static void ephy_bookmarks_editor_class_init (EphyBookmarksEditorClass *klass); |