summaryrefslogtreecommitdiffstats
path: root/konqueror
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-22 11:55:14 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-22 11:55:14 -0500
commit2ee8ceae1318910e3ce064292ec50be03c0c7e05 (patch)
tree9b7e18be61bb6db1e063678bcbe50aa6ccc76153 /konqueror
parent46e2e93fa23ff2b5e1fd9f40046bb96f6e6a2870 (diff)
downloadtdebase-2ee8ceae1318910e3ce064292ec50be03c0c7e05.tar.gz
tdebase-2ee8ceae1318910e3ce064292ec50be03c0c7e05.zip
Repair mimetype icon usage, part 1. The following are not fully verified in source as of this commit due to ubiquity: info, unknown
Diffstat (limited to 'konqueror')
-rw-r--r--konqueror/keditbookmarks/actionsimpl.cpp2
1 files changed, 1 insertions, 1 deletions
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,