diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-22 01:27:25 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-22 01:27:25 -0500 |
commit | 99eedfcfe9d7a81f1065fd876ef1f28e76033ba7 (patch) | |
tree | a757d143af4d05ceea8613a99c03cc853d178b7a /src/notes.cpp | |
parent | 182178c51c0b68d9823ca917c3d6f7dcef65c438 (diff) | |
download | knowit-99eedfcfe9d7a81f1065fd876ef1f28e76033ba7.tar.gz knowit-99eedfcfe9d7a81f1065fd876ef1f28e76033ba7.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/notes.cpp')
-rw-r--r-- | src/notes.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/notes.cpp b/src/notes.cpp index 838ec94..69ee08d 100644 --- a/src/notes.cpp +++ b/src/notes.cpp @@ -85,8 +85,8 @@ bool TNoteLink::isLocalReference() const TNotesCollection::TNotesCollection() { - Pixmaps[0] = TDEGlobal::iconLoader()->loadIcon("ascii", TDEIcon::Small); - Pixmaps[1] = TDEGlobal::iconLoader()->loadIcon("txt", TDEIcon::Small); + Pixmaps[0] = TDEGlobal::iconLoader()->loadIcon(""text-vnd.tde.ascii", TDEIcon::Small); + Pixmaps[1] = TDEGlobal::iconLoader()->loadIcon(""text-plain", TDEIcon::Small); Pixmaps[2] = TDEGlobal::iconLoader()->loadIcon("folder", TDEIcon::Small); Pixmaps[3] = TDEGlobal::iconLoader()->loadIcon("folder_txt", TDEIcon::Small); modified = false; |