diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-22 01:27:30 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-22 01:27:30 -0500 |
commit | 78cca2f43213a4bf913ca47da677d5b2a4553a50 (patch) | |
tree | e9fca962f97bcc3d731c661061ea19766f7ffdcf /khexedit | |
parent | c831c60d1daabd34664b460dbdb1d19d4c1ac50b (diff) | |
download | tdeutils-78cca2f43213a4bf913ca47da677d5b2a4553a50.tar.gz tdeutils-78cca2f43213a4bf913ca47da677d5b2a4553a50.zip |
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
Diffstat (limited to 'khexedit')
-rw-r--r-- | khexedit/optiondialog.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/khexedit/optiondialog.cc b/khexedit/optiondialog.cc index 789d739..5d97a51 100644 --- a/khexedit/optiondialog.cc +++ b/khexedit/optiondialog.cc @@ -426,7 +426,7 @@ void COptionDialog::setupFilePage( void ) { TQString text; TQFrame *page = addPage( i18n("Files"), i18n("File Management"), - BarIcon("tdemultiple", TDEIcon::SizeMedium ) ); + BarIcon("application-vnd.tde.tdemultiple", TDEIcon::SizeMedium ) ); TQVBoxLayout *topLayout = new TQVBoxLayout( page, 0, spacingHint() ); |