diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-22 14:24:26 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-22 14:24:26 -0500 |
commit | 50b6f1f60f14994ff4c520abd1b748c780f8572d (patch) | |
tree | 5cb75cb292665f18f1489371153478555fc84319 /kcontrol/icons/iconthemes.cpp | |
parent | f5e68e956f5c27e28ffdd42c4bc45afd509e60aa (diff) | |
download | tdebase-50b6f1f60f14994ff4c520abd1b748c780f8572d.tar.gz tdebase-50b6f1f60f14994ff4c520abd1b748c780f8572d.zip |
Fix exec icon location and bring it into XDG compliance
Diffstat (limited to 'kcontrol/icons/iconthemes.cpp')
-rw-r--r-- | kcontrol/icons/iconthemes.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kcontrol/icons/iconthemes.cpp b/kcontrol/icons/iconthemes.cpp index c75bf5fe7..826f6300d 100644 --- a/kcontrol/icons/iconthemes.cpp +++ b/kcontrol/icons/iconthemes.cpp @@ -62,7 +62,7 @@ IconThemesConfig::IconThemesConfig(TQWidget *parent, const char *name) TQHBoxLayout *lh2=new TQHBoxLayout( m_preview ); m_previewExec=new TQLabel(m_preview); - m_previewExec->setPixmap(DesktopIcon("exec")); + m_previewExec->setPixmap(DesktopIcon("application-x-executable")); m_previewFolder=new TQLabel(m_preview); m_previewFolder->setPixmap(DesktopIcon("folder")); m_previewDocument=new TQLabel(m_preview); |