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 --- kicker/menuext/recentdocs/recentdocs.desktop | 2 +- kicker/menuext/tom/tom.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'kicker/menuext') diff --git a/kicker/menuext/recentdocs/recentdocs.desktop b/kicker/menuext/recentdocs/recentdocs.desktop index 290bc8d21..034382078 100644 --- a/kicker/menuext/recentdocs/recentdocs.desktop +++ b/kicker/menuext/recentdocs/recentdocs.desktop @@ -135,6 +135,6 @@ Comment[vi]=Thực đơn chứa các tài liệu bạn mới truy cập gần đ Comment[wa]=Dressêye des documints ki vs avoz eployîz enawaire Comment[zh_CN]=您最近使用过的文档的菜单 Comment[zh_TW]=您最近使用過的文件選單 -Icon=document +Icon=text-x-text-x-generic X-TDE-Library=kickermenu_recentdocs diff --git a/kicker/menuext/tom/tom.cc b/kicker/menuext/tom/tom.cc index 10156afe0..0fa85a1e3 100644 --- a/kicker/menuext/tom/tom.cc +++ b/kicker/menuext/tom/tom.cc @@ -496,7 +496,7 @@ void TOM::initialize() m_recentDocsMenu->setFont(m_largerFont); connect(m_recentDocsMenu, TQT_SIGNAL(aboutToShow()), this, TQT_SLOT(initializeRecentDocs())); connect(m_recentDocsMenu, TQT_SIGNAL(activated(int)), this, TQT_SLOT(openRecentDocument(int))); - insertItem(DesktopIcon("document", TDEIcon::SizeMedium), i18n("Recent Documents"), m_recentDocsMenu); + insertItem(DesktopIcon("text-x-generic", TDEIcon::SizeMedium), i18n("Recent Documents"), m_recentDocsMenu); m_submenus.append(m_recentDocsMenu); TDEPopupMenu* recentApps = new TDEPopupMenu(this, "recentApps"); -- cgit v1.2.1