Add Kazehakase to the applications to import bookmarks from

This commit is contained in:
Christian Dywan 2009-11-21 20:11:26 +01:00
parent a38574473f
commit 641c37a8de

View file

@ -4071,6 +4071,7 @@ _action_bookmarks_import_activate (GtkAction* action,
} BookmarkClient;
static const BookmarkClient bookmark_clients[] = {
{ ".local/share/data/Arora/bookmarks.xbel", N_("Arora") },
{ ".kazehakase/bookmarks.xml", N_("Kazehakase") },
{ ".opera/bookmarks.adr", N_("Opera") },
};