diff options
author | Timothy Pearson <[email protected]> | 2014-10-22 11:55:00 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-10-22 11:55:00 -0500 |
commit | 1774bba7fa22ff7c882056f334bcdf24435e6195 (patch) | |
tree | 69de0bffc83a38e4918b8dd1ebf874cb3566159f /kspread | |
parent | 4d065be81fc8d312d1d65cb5ec6b0b86e9c72529 (diff) | |
download | koffice-1774bba7fa22ff7c882056f334bcdf24435e6195.tar.gz koffice-1774bba7fa22ff7c882056f334bcdf24435e6195.zip |
Repair mimetype icon usage, part 1. The following are not fully verified in source as of this commit due to ubiquity: info, unknown
Diffstat (limited to 'kspread')
-rw-r--r-- | kspread/dialogs/link.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kspread/dialogs/link.cc b/kspread/dialogs/link.cc index e75e421c..e0c1be21 100644 --- a/kspread/dialogs/link.cc +++ b/kspread/dialogs/link.cc @@ -67,7 +67,7 @@ LinkDialog::LinkDialog( TQWidget*, const char* ) // link for web or ftp d->internetPage = addPage( i18n( "Internet" ), TQString(), - BarIcon( "html",TDEIcon::SizeMedium ) ); + BarIcon( "text-html",TDEIcon::SizeMedium ) ); TQVBoxLayout* iLayout = new TQVBoxLayout( d->internetPage, marginHint(), spacingHint() ); iLayout->add( new TQLabel( i18n("Text to display:" ), d->internetPage ) ); d->internetText = new KLineEdit( d->internetPage ); |