Author: mculpepper(a)jboss.com
Date: 2007-08-03 16:10:13 -0400 (Fri, 03 Aug 2007)
New Revision: 2901
Modified:
trunk/core/plugins/org.jboss.ide.eclipse.ui/src/main/org/jboss/ide/eclipse/ui/MainPreferencePage.java
trunk/core/plugins/org.jboss.ide.eclipse.ui/src/main/org/jboss/ide/eclipse/ui/UIMessages.properties
Log:
[JBIDE-661] removed/updated references to JBossIDE
Modified:
trunk/core/plugins/org.jboss.ide.eclipse.ui/src/main/org/jboss/ide/eclipse/ui/MainPreferencePage.java
===================================================================
---
trunk/core/plugins/org.jboss.ide.eclipse.ui/src/main/org/jboss/ide/eclipse/ui/MainPreferencePage.java 2007-08-03
19:43:56 UTC (rev 2900)
+++
trunk/core/plugins/org.jboss.ide.eclipse.ui/src/main/org/jboss/ide/eclipse/ui/MainPreferencePage.java 2007-08-03
20:10:13 UTC (rev 2901)
@@ -80,35 +80,35 @@
*/
protected Control createContents(Composite parent)
{
- GridData layoutData;
+// GridData layoutData;
Composite composite = new Composite(parent, SWT.NONE);
- composite.setLayout(new GridLayout(1, false));
- layoutData = new GridData(GridData.FILL_BOTH);
- composite.setLayoutData(layoutData);
+// composite.setLayout(new GridLayout(1, false));
+// layoutData = new GridData(GridData.FILL_BOTH);
+// composite.setLayoutData(layoutData);
+//
+// try
+// {
+// URL url = new URL(UIPlugin.getDefault().getBundle().getEntry("/"),
"resources/jbosside-logo.png");//$NON-NLS-1$ //$NON-NLS-2$
+// ImageDescriptor descriptor = ImageDescriptor.createFromURL(url);
+// this.image = descriptor.createImage();
+//
+// if (this.image != null)
+// {
+// Label lbl = new Label(composite, SWT.NONE);
+// lbl.setImage(this.image);
+// layoutData = new GridData(GridData.HORIZONTAL_ALIGN_CENTER);
+// lbl.setLayoutData(layoutData);
+//
+// lbl = new Label(composite, SWT.NONE);
+// layoutData = new GridData(GridData.FILL_BOTH);
+// lbl.setLayoutData(layoutData);
+// }
+// }
+// catch (MalformedURLException mfue)
+// {
+// // Do nothing
+// }
- try
- {
- URL url = new URL(UIPlugin.getDefault().getBundle().getEntry("/"),
"resources/jbosside-logo.png");//$NON-NLS-1$ //$NON-NLS-2$
- ImageDescriptor descriptor = ImageDescriptor.createFromURL(url);
- this.image = descriptor.createImage();
-
- if (this.image != null)
- {
- Label lbl = new Label(composite, SWT.NONE);
- lbl.setImage(this.image);
- layoutData = new GridData(GridData.HORIZONTAL_ALIGN_CENTER);
- lbl.setLayoutData(layoutData);
-
- lbl = new Label(composite, SWT.NONE);
- layoutData = new GridData(GridData.FILL_BOTH);
- lbl.setLayoutData(layoutData);
- }
- }
- catch (MalformedURLException mfue)
- {
- // Do nothing
- }
-
return composite;
}
}
Modified:
trunk/core/plugins/org.jboss.ide.eclipse.ui/src/main/org/jboss/ide/eclipse/ui/UIMessages.properties
===================================================================
---
trunk/core/plugins/org.jboss.ide.eclipse.ui/src/main/org/jboss/ide/eclipse/ui/UIMessages.properties 2007-08-03
19:43:56 UTC (rev 2900)
+++
trunk/core/plugins/org.jboss.ide.eclipse.ui/src/main/org/jboss/ide/eclipse/ui/UIMessages.properties 2007-08-03
20:10:13 UTC (rev 2901)
@@ -1,4 +1,4 @@
-MainPreferencePage.description=JBoss-IDE preference page
+MainPreferencePage.description=JBossTools preferences
FileSelectionDialog.title=Select a File
FileSelectionDialog.message=Select a file resource
Show replies by date