diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-22 13:25:36 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-22 13:25:36 -0500 |
commit | f5e68e956f5c27e28ffdd42c4bc45afd509e60aa (patch) | |
tree | 5d54136557a48d3b8129a21ddadb1e344005c0d7 /konqueror | |
parent | 2ee8ceae1318910e3ce064292ec50be03c0c7e05 (diff) | |
download | tdebase-f5e68e956f5c27e28ffdd42c4bc45afd509e60aa.tar.gz tdebase-f5e68e956f5c27e28ffdd42c4bc45afd509e60aa.zip |
Fix remaining issues from mimetype icon rename
Diffstat (limited to 'konqueror')
-rw-r--r-- | konqueror/sidebar/sidebar_widget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/konqueror/sidebar/sidebar_widget.cpp b/konqueror/sidebar/sidebar_widget.cpp index 096cd08e3..8eefa7c34 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("text-x-katefilelist"), "", 50); + m_buttonPopup->insertTitle(SmallIcon("unknown"), "", 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); |