diff options
author | Timothy Pearson <[email protected]> | 2014-10-22 01:27:27 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-10-22 01:27:27 -0500 |
commit | a67fdce271e7f28519f7023f6f01e95f39b67815 (patch) | |
tree | ee88035441ad8e61f92a366996c8ad98ec5a87bd /src/hitwidget.cpp | |
parent | 0264b4998b70ae84e322dac955a06c7a0ff80b18 (diff) | |
download | tork-a67fdce271e7f28519f7023f6f01e95f39b67815.tar.gz tork-a67fdce271e7f28519f7023f6f01e95f39b67815.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 'src/hitwidget.cpp')
-rw-r--r-- | src/hitwidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hitwidget.cpp b/src/hitwidget.cpp index dfd8c7c..9472cae 100644 --- a/src/hitwidget.cpp +++ b/src/hitwidget.cpp @@ -85,7 +85,7 @@ void HitWidget::setCollapsed(bool collapsed) i18n("Collapse All"); i18n("(still searching)"); #endif - toolButton1->setIconSet(SmallIconSet("info")); + toolButton1->setIconSet(SmallIconSet("application-vnd.tde.info")); description->setHidden(true); properties->setHidden(true); score->setHidden(true); |