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 | 4d065be81fc8d312d1d65cb5ec6b0b86e9c72529 (patch) | |
tree | ba9bc8d2e975a234f87cc49b3fd06412aa0b700c /karbon/dialogs | |
parent | f622de3311951b2ab5a5d045edddbd12dbd6806d (diff) | |
download | koffice-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 'karbon/dialogs')
-rw-r--r-- | karbon/dialogs/vconfiguredlg.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/karbon/dialogs/vconfiguredlg.cc b/karbon/dialogs/vconfiguredlg.cc index bc4e5eb1..49f874fc 100644 --- a/karbon/dialogs/vconfiguredlg.cc +++ b/karbon/dialogs/vconfiguredlg.cc @@ -71,7 +71,7 @@ VConfigureDlg::VConfigureDlg( KarbonView* parent ) page = addVBoxPage( i18n( "Document" ), i18n( "Document Settings" ), - BarIcon( "document", TDEIcon::SizeMedium ) ); + BarIcon( "text-x-generic", TDEIcon::SizeMedium ) ); m_defaultDocPage = new VConfigDefaultPage( parent, page ); connect( this, TQT_SIGNAL( okClicked() ), this, TQT_SLOT( slotApply() ) ); |