From 1774bba7fa22ff7c882056f334bcdf24435e6195 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 22 Oct 2014 11:55:00 -0500 Subject: Repair mimetype icon usage, part 1. The following are not fully verified in source as of this commit due to ubiquity: info, unknown --- kspread/dialogs/link.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kspread') 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 ); -- cgit v1.2.1