diff options
author | Timothy Pearson <[email protected]> | 2014-10-22 11:54:55 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-10-22 11:54:55 -0500 |
commit | 9ed6875100600eca3662edf1d09b55e78a1a2100 (patch) | |
tree | 2e7e03acd65ea860318d0b8eb83037a6a0de88eb | |
parent | 83c4cc5dbddab07fb1677dc7e45cf47e1b13fd13 (diff) | |
download | k3b-9ed6875100600eca3662edf1d09b55e78a1a2100.tar.gz k3b-9ed6875100600eca3662edf1d09b55e78a1a2100.zip |
Repair mimetype icon usage, part 1. The following are not fully verified in source as of this commit due to ubiquity: info, unknown
-rw-r--r-- | src/option/k3boptiondialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/option/k3boptiondialog.cpp b/src/option/k3boptiondialog.cpp index ea661c3..530ef7d 100644 --- a/src/option/k3boptiondialog.cpp +++ b/src/option/k3boptiondialog.cpp @@ -186,7 +186,7 @@ void K3bOptionDialog::setupDevicePage() void K3bOptionDialog::setupMiscPage() { TQFrame* frame = addPage( i18n("Misc"), i18n("Miscellaneous Settings"), - TDEGlobal::instance()->iconLoader()->loadIcon( ""application-vnd.tde.misc", TDEIcon::NoGroup, TDEIcon::SizeMedium ) ); + TDEGlobal::instance()->iconLoader()->loadIcon( ""misc", TDEIcon::NoGroup, TDEIcon::SizeMedium ) ); TQVBoxLayout* box = new TQVBoxLayout( frame ); box->setSpacing( 0 ); |