From db7f8030fa9aba645c611ffd3a5efdf0b42b6760 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 22 Oct 2014 11:55:15 -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 --- tdeio/bookmarks/kbookmarkmenu.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdeio/bookmarks') diff --git a/tdeio/bookmarks/kbookmarkmenu.cc b/tdeio/bookmarks/kbookmarkmenu.cc index cbeadc413..6e3450677 100644 --- a/tdeio/bookmarks/kbookmarkmenu.cc +++ b/tdeio/bookmarks/kbookmarkmenu.cc @@ -1057,7 +1057,7 @@ void KBookmarkMenuNSImporter::newBookmark( const TQString & text, const TQCStrin { TQString _text = KStringHandler::csqueeze(text); _text.replace( '&', "&&" ); - TDEAction * action = new KBookmarkAction(_text, "html", 0, 0, "", m_actionCollection, 0); + TDEAction * action = new KBookmarkAction(_text, "text-html", 0, 0, "", m_actionCollection, 0); connect(action, TQT_SIGNAL( activated ( TDEAction::ActivationReason, TQt::ButtonState )), m_menu, TQT_SLOT( slotBookmarkSelected( TDEAction::ActivationReason, TQt::ButtonState ) )); action->setProperty( "url", url ); -- cgit v1.2.1