Changeset 866

Show
Ignore:
Timestamp:
18.10.2009 15:38:44 (5 weeks ago)
Author:
toedter_k
Message:

// Hack to display the feature branding in the about dialog, should be
// still not fixed in p2 3.5.1
Platform.getBundle("org.eclipse.update.configurator").start();

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • MP3M/trunk/MP3M/com.siemens.ct.mp3m/src/com/siemens/ct/mp3m/Activator.java

    r847 r866  
    5858                String musicFolders = store.getString(PREF_MUSIC_FOLDERS); 
    5959                MusicFolders.setMusicFolders(musicFolders); 
     60                 
     61        // Hack to display the feature branding in the about dialog, should be 
     62        // still not fixed in p2 3.5.1 
     63        Platform.getBundle("org.eclipse.update.configurator").start(); 
     64 
    6065        } 
    6166