From 46e2e93fa23ff2b5e1fd9f40046bb96f6e6a2870 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 22 Oct 2014 01:27:29 -0500 Subject: Bring most mimetypes in line with XDG specifications. The following are not fully verified in source as of this commit due to ubiquity: html, empty, info, make, man, misc, source, unknown --- konqueror/sidebar/sidebar_widget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'konqueror/sidebar') diff --git a/konqueror/sidebar/sidebar_widget.cpp b/konqueror/sidebar/sidebar_widget.cpp index 8eefa7c34..096cd08e3 100644 --- a/konqueror/sidebar/sidebar_widget.cpp +++ b/konqueror/sidebar/sidebar_widget.cpp @@ -874,7 +874,7 @@ bool Sidebar_Widget::eventFilter(TQObject *obj, TQEvent *ev) if (!m_buttonPopup) { m_buttonPopup=new TDEPopupMenu(this, "Sidebar_Widget::ButtonPopup"); - m_buttonPopup->insertTitle(SmallIcon("unknown"), "", 50); + m_buttonPopup->insertTitle(SmallIcon("text-x-katefilelist"), "", 50); m_buttonPopup->insertItem(SmallIconSet("text"), i18n("Set Name..."),4); // Item to open a dialog to change the name of the sidebar item (by Pupeno) m_buttonPopup->insertItem(SmallIconSet("www"), i18n("Set URL..."),2); m_buttonPopup->insertItem(SmallIconSet("icons"), i18n("Set Icon..."),1); -- cgit v1.2.3