|
From: Robert E. <sky...@us...> - 2006-08-06 09:11:30
|
Update of /cvsroot/jcommander/plugins/org.jcommander.ui.app/src/org/jcommander/ui/app/actions In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv6470/src/org/jcommander/ui/app/actions Modified Files: ChooseProfile.java Log Message: All platform logs redirected to the application's log for better traceability. Index: ChooseProfile.java =================================================================== RCS file: /cvsroot/jcommander/plugins/org.jcommander.ui.app/src/org/jcommander/ui/app/actions/ChooseProfile.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** ChooseProfile.java 27 Apr 2006 10:33:38 -0000 1.4 --- ChooseProfile.java 6 Aug 2006 09:11:26 -0000 1.5 *************** *** 37,41 **** new Shell(shellStyle); ! ImageDescriptor imgDesc = AppPlugin.imageDescriptorFromPlugin(AppPlugin.ID, "icons/small_icon.png"); dialog.setImage(imgDesc.createImage(dialog.getDisplay())); --- 37,41 ---- new Shell(shellStyle); ! ImageDescriptor imgDesc = AppPlugin.imageDescriptorFromPlugin(AppPlugin.PLUGIN_ID, "icons/small_icon.png"); dialog.setImage(imgDesc.createImage(dialog.getDisplay())); |