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;
TQFrame* generalSettingsFrame = addPage(i18n("General"), 0,
iconLoader.loadIcon("exec",
iconLoader.loadIcon("application-x-executable",
TDEIcon::NoGroup,
TDEIcon::SizeMedium));
m_generalSettingsPage = new GeneralSettingsPage(generalSettingsFrame);

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

Loading…
Cancel
Save