Branch: master

58b75c05 2014-10-22 13:25:46 Timothy Pearson
Fix remaining issues from mimetype icon rename
M umbrello/umbrello/dialogs/umlviewdialog.cpp
diff --git a/umbrello/umbrello/dialogs/umlviewdialog.cpp b/umbrello/umbrello/dialogs/umlviewdialog.cpp
index f5b5f1e..0e2db77 100644
--- a/umbrello/umbrello/dialogs/umlviewdialog.cpp
+++ b/umbrello/umbrello/dialogs/umlviewdialog.cpp
@@ -90,7 +90,7 @@
         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 );