Fix remaining issues from mimetype icon rename

pull/1/head
Timothy Pearson 10 years ago
parent a327e64d2c
commit 58b75c0577

@ -90,7 +90,7 @@ void UMLViewDialog::setupClassPage() {
return;
}
TQFrame * newPage = addPage( i18n("Display"), i18n("Classes Display Options"), DesktopIcon( "info") );
TQFrame * newPage = addPage( i18n("Display"), i18n("Classes Display Options"), DesktopIcon( "application-vnd.tde.info") );
TQHBoxLayout * m_pOptionsLayout = new TQHBoxLayout( newPage );
m_pOptionsPage = new ClassOptionsPage( newPage, &m_options );
m_pOptionsLayout -> addWidget( m_pOptionsPage );

Loading…
Cancel
Save