From 2ee8ceae1318910e3ce064292ec50be03c0c7e05 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 22 Oct 2014 11:55:14 -0500 Subject: Repair mimetype icon usage, part 1. The following are not fully verified in source as of this commit due to ubiquity: info, unknown --- konqueror/keditbookmarks/actionsimpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'konqueror') diff --git a/konqueror/keditbookmarks/actionsimpl.cpp b/konqueror/keditbookmarks/actionsimpl.cpp index 67e694dd5..b1b7c8c83 100644 --- a/konqueror/keditbookmarks/actionsimpl.cpp +++ b/konqueror/keditbookmarks/actionsimpl.cpp @@ -202,7 +202,7 @@ void KEBApp::createActions() { i18n("Export to &Opera Bookmarks..."), "opera", 0, TQT_TQOBJECT(actn), TQT_SLOT( slotExportOpera() ), actionCollection(), "exportOpera"); (void) new TDEAction( - i18n("Export to &HTML Bookmarks..."), "html", 0, + i18n("Export to &HTML Bookmarks..."), "text-html", 0, TQT_TQOBJECT(actn), TQT_SLOT( slotExportHTML() ), actionCollection(), "exportHTML"); (void) new TDEAction( i18n("Export to &IE Bookmarks..."), 0, -- cgit v1.2.3