Fix exec icon location and bring it into XDG compliance

pull/1/head
Timothy Pearson 10 years ago
parent 7ffff06218
commit 2c4d74eea0

@ -32,7 +32,7 @@ DolphinSettingsDialog::DolphinSettingsDialog() :
{ {
TDEIconLoader iconLoader; TDEIconLoader iconLoader;
TQFrame* generalSettingsFrame = addPage(i18n("General"), 0, TQFrame* generalSettingsFrame = addPage(i18n("General"), 0,
iconLoader.loadIcon("exec", iconLoader.loadIcon("application-x-executable",
TDEIcon::NoGroup, TDEIcon::NoGroup,
TDEIcon::SizeMedium)); TDEIcon::SizeMedium));
m_generalSettingsPage = new GeneralSettingsPage(generalSettingsFrame); m_generalSettingsPage = new GeneralSettingsPage(generalSettingsFrame);

@ -156,7 +156,7 @@ void InfoSidebarPage::showItemInfo()
if (m_multipleSelection) { if (m_multipleSelection) {
TDEIconLoader iconLoader; TDEIconLoader iconLoader;
TQPixmap icon = iconLoader.loadIcon("exec", TQPixmap icon = iconLoader.loadIcon("application-x-executable",
TDEIcon::NoGroup, TDEIcon::NoGroup,
TDEIcon::SizeEnormous); TDEIcon::SizeEnormous);
m_preview->setPixmap(icon); m_preview->setPixmap(icon);

Loading…
Cancel
Save