diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-22 01:27:29 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-22 01:27:29 -0500 |
commit | 14ec52ef51a7ea7207ad429a629273eb83fd16d9 (patch) | |
tree | 6c1db71fe70872114113a76e94102b35a1790582 | |
parent | 5e21305f7a4f72f4f3906c8d06ff8c65dc4d1ee9 (diff) | |
download | tdeaccessibility-14ec52ef51a7ea7207ad429a629273eb83fd16d9.tar.gz tdeaccessibility-14ec52ef51a7ea7207ad429a629273eb83fd16d9.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
-rw-r--r-- | ksayit/src/docbookclasses.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksayit/src/docbookclasses.cpp b/ksayit/src/docbookclasses.cpp index 3129dc0..b509b3d 100644 --- a/ksayit/src/docbookclasses.cpp +++ b/ksayit/src/docbookclasses.cpp @@ -448,7 +448,7 @@ TQVariant Author::getValue( unsigned int index ) const KeywordSet::KeywordSet(ListViewInterface *parent, ListViewInterface *after, TQString label) : ListViewInterface(parent, after, label) { - TQPixmap pixmap = TDEGlobal::iconLoader()->loadIcon("txt", TDEIcon::Small); + TQPixmap pixmap = TDEGlobal::iconLoader()->loadIcon(""text-plain", TDEIcon::Small); this->setPixmap(0, pixmap); this->setText(3, "00000004"); |