summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-22 13:25:46 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-22 13:25:46 -0500
commit58b75c0577a9f9c24fbc4934829242a54be7cf43 (patch)
tree712607c23ef9dd63f27e821e1901aa4c7623cc95
parenta327e64d2cf732c2ed80f3d28144e05cd5ca1186 (diff)
downloadtdesdk-58b75c05.tar.gz
tdesdk-58b75c05.zip
Fix remaining issues from mimetype icon rename
-rw-r--r--umbrello/umbrello/dialogs/umlviewdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/umbrello/umbrello/dialogs/umlviewdialog.cpp b/umbrello/umbrello/dialogs/umlviewdialog.cpp
index f5b5f1e8..0e2db772 100644
--- a/umbrello/umbrello/dialogs/umlviewdialog.cpp
+++ b/umbrello/umbrello/dialogs/umlviewdialog.cpp
@@ -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 );