summaryrefslogtreecommitdiffstats
path: root/chalk
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-22 01:27:25 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-22 01:27:25 -0500
commit4d065be81fc8d312d1d65cb5ec6b0b86e9c72529 (patch)
treeba9bc8d2e975a234f87cc49b3fd06412aa0b700c /chalk
parentf622de3311951b2ab5a5d045edddbd12dbd6806d (diff)
downloadkoffice-4d065be81fc8d312d1d65cb5ec6b0b86e9c72529.tar.gz
koffice-4d065be81fc8d312d1d65cb5ec6b0b86e9c72529.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 'chalk')
-rw-r--r--chalk/ui/layerlist.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/chalk/ui/layerlist.cpp b/chalk/ui/layerlist.cpp
index 7f7b118d5..c7e97305e 100644
--- a/chalk/ui/layerlist.cpp
+++ b/chalk/ui/layerlist.cpp
@@ -733,7 +733,7 @@ void LayerList::constructMenu( LayerItem *layer )
for( int i = 0, n = d->properties.count(); i < n; ++i )
if( !layer->isFolder() || d->properties[i].validForFolders )
d->contextMenu.insertItem( layer->d->properties[i] ? d->properties[i].enabledIcon : d->properties[i].disabledIcon, d->properties[i].displayName, MenuItems::COUNT + i );
- d->contextMenu.insertItem( SmallIconSet( "info" ), i18n( "&Properties" ), MenuItems::LayerProperties );
+ d->contextMenu.insertItem( SmallIconSet( "application-vnd.tde.info" ), i18n( "&Properties" ), MenuItems::LayerProperties );
d->contextMenu.insertSeparator();
d->contextMenu.insertItem( SmallIconSet( "edit-delete" ),
selectedLayers().count() > 1 ? i18n( "Remove Layers" )