Fix another FTBFS due to accidental double quote duplication

pull/1/head
Timothy Pearson 10 years ago
parent cf5beda164
commit 8b6c1850d5

@ -186,7 +186,7 @@ void K3bOptionDialog::setupDevicePage()
void K3bOptionDialog::setupMiscPage()
{
TQFrame* frame = addPage( i18n("Misc"), i18n("Miscellaneous Settings"),
TDEGlobal::instance()->iconLoader()->loadIcon( ""misc", TDEIcon::NoGroup, TDEIcon::SizeMedium ) );
TDEGlobal::instance()->iconLoader()->loadIcon( "misc", TDEIcon::NoGroup, TDEIcon::SizeMedium ) );
TQVBoxLayout* box = new TQVBoxLayout( frame );
box->setSpacing( 0 );

Loading…
Cancel
Save