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 | 50be8112bdb941ec5cc0f86bac1b0ab14ee2cf79 (patch) | |
tree | 5f76285d6c461843d58c1b4e93d84614efffbb90 /parts/documentation | |
parent | 847b6192a9eee538a6d62a0cbbbfffd5270744ac (diff) | |
download | tdevelop-50be8112bdb941ec5cc0f86bac1b0ab14ee2cf79.tar.gz tdevelop-50be8112bdb941ec5cc0f86bac1b0ab14ee2cf79.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 'parts/documentation')
-rw-r--r-- | parts/documentation/interfaces/kdevdocumentationplugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parts/documentation/interfaces/kdevdocumentationplugin.cpp b/parts/documentation/interfaces/kdevdocumentationplugin.cpp index afc9abad..c8366877 100644 --- a/parts/documentation/interfaces/kdevdocumentationplugin.cpp +++ b/parts/documentation/interfaces/kdevdocumentationplugin.cpp @@ -76,7 +76,7 @@ void DocumentationItem::init( ) icon = "contents"; break; default: - icon = "document"; + icon = "text-x-generic"; } setPixmap(0, SmallIcon(icon)); |