From 4d065be81fc8d312d1d65cb5ec6b0b86e9c72529 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 22 Oct 2014 01:27:25 -0500 Subject: 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 --- chalk/ui/layerlist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chalk/ui/layerlist.cpp') diff --git a/chalk/ui/layerlist.cpp b/chalk/ui/layerlist.cpp index 7f7b118d..c7e97305 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" ) -- cgit v1.2.1