Changeset 866
- Timestamp:
- 18.10.2009 15:38:44 (5 weeks ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
MP3M/trunk/MP3M/com.siemens.ct.mp3m/src/com/siemens/ct/mp3m/Activator.java
r847 r866 58 58 String musicFolders = store.getString(PREF_MUSIC_FOLDERS); 59 59 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 60 65 } 61 66
