*** empty log message ***
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
*
|
||||
* $RCSfile: ParcelDataNode.java,v $
|
||||
*
|
||||
* $Revision: 1.2 $
|
||||
* $Revision: 1.3 $
|
||||
*
|
||||
* last change: $Author: toconnor $ $Date: 2002-11-13 17:44:33 $
|
||||
* last change: $Author: toconnor $ $Date: 2003-02-21 16:24:15 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
@@ -87,7 +87,7 @@ public class ParcelDataNode extends DataNode {
|
||||
|
||||
public ParcelDataNode(ParcelDataObject obj, Children ch) {
|
||||
super(obj, ch);
|
||||
setIconBase("/org/openoffice/netbeans/modules/office/resources/OfficeIcon");
|
||||
setIconBase("/org/openoffice/netbeans/modules/office/resources/ParcelIcon");
|
||||
}
|
||||
|
||||
protected ParcelDataObject getParcelDataObject() {
|
||||
|
@@ -2,9 +2,9 @@
|
||||
*
|
||||
* $RCSfile: OfficeDocumentChildren.java,v $
|
||||
*
|
||||
* $Revision: 1.3 $
|
||||
* $Revision: 1.4 $
|
||||
*
|
||||
* last change: $Author: toconnor $ $Date: 2003-01-30 16:22:20 $
|
||||
* last change: $Author: toconnor $ $Date: 2003-02-21 16:24:14 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
@@ -133,7 +133,7 @@ public class OfficeDocumentChildren extends Children.Keys
|
||||
}
|
||||
|
||||
private void init() {
|
||||
setIconBase("/org/openoffice/netbeans/modules/office/resources/OfficeIcon");
|
||||
setIconBase("/org/openoffice/netbeans/modules/office/resources/ParcelIcon");
|
||||
|
||||
setName(name);
|
||||
setDisplayName(name.substring(name.lastIndexOf("/") + 1));
|
||||
|
@@ -29,7 +29,7 @@ public class ParcelPropertiesVisualPanel extends javax.swing.JPanel {
|
||||
languagesComboBox.addItem("BeanShell");
|
||||
|
||||
// Provide a name in the title bar.
|
||||
setName(NbBundle.getMessage(ParcelPropertiesVisualPanel.class, "TITLE_WizardPanel"));
|
||||
setName(NbBundle.getMessage(ParcelPropertiesVisualPanel.class, "TITLE_ParcelPropertiesVisualPanel"));
|
||||
/*
|
||||
// Optional: provide a special description for this pane.
|
||||
// You must have turned on WizardDescriptor.WizardPanel_helpDisplayed
|
||||
|
@@ -46,7 +46,7 @@ public class SelectPathVisualPanel extends javax.swing.JPanel {
|
||||
}
|
||||
|
||||
// Provide a name in the title bar.
|
||||
setName(NbBundle.getMessage(SelectPathVisualPanel.class, "TITLE_WizardPanel"));
|
||||
setName(NbBundle.getMessage(SelectPathVisualPanel.class, "TITLE_SelectPathVisualPanel"));
|
||||
/*
|
||||
// Optional: provide a special description for this pane.
|
||||
// You must have turned on WizardDescriptor.WizardPanel_helpDisplayed
|
||||
|
Reference in New Issue
Block a user