Fix another FTBFS due to accidental double quote duplication

pull/1/head
Timothy Pearson 10 years ago
parent 811ae813e6
commit ea106a43a0

@ -225,7 +225,7 @@ UploadDialog::getIpodAlbumPhotos( IpodAlbumItem *item, Itdb_PhotoAlbum *album )
gint photo_id = photo->id;
last = new IpodPhotoItem( item, last, photo );
last->setText( 0, TQString::number( photo_id ) );
last->setPixmap( 0, TDEGlobal::iconLoader()->loadIcon( ""image-x-generic", TDEIcon::Toolbar, TDEIcon::SizeSmall ) );
last->setPixmap( 0, TDEGlobal::iconLoader()->loadIcon( "image-x-generic", TDEIcon::Toolbar, TDEIcon::SizeSmall ) );
}
}

Loading…
Cancel
Save