Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndre Weinand2003-06-02 21:58:57 +0000
committerAndre Weinand2003-06-02 21:58:57 +0000
commita20748c2774896379ebf780c3f05a6d277523676 (patch)
tree89aa7114ed95b96750b4000f2e7ed3e627a5b1f6
parent30f7f5422a1a0705fd1f8914424fe54fd8ebe392 (diff)
downloadeclipse.platform.team-a20748c2774896379ebf780c3f05a6d277523676.tar.gz
eclipse.platform.team-a20748c2774896379ebf780c3f05a6d277523676.tar.xz
eclipse.platform.team-a20748c2774896379ebf780c3f05a6d277523676.zip
added artwork for "Apply Patch Wizard"v20030602
-rw-r--r--bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/patch/PatchWizard.java7
-rw-r--r--bundles/org.eclipse.compare/icons/full/wizban/applypatch_wizban.gifbin0 -> 3071 bytes
-rw-r--r--bundles/org.eclipse.compare/plugins/org.eclipse.compare/compare/org/eclipse/compare/internal/patch/PatchWizard.java7
-rw-r--r--bundles/org.eclipse.compare/plugins/org.eclipse.compare/icons/full/wizban/applypatch_wizban.gifbin0 -> 3071 bytes
4 files changed, 8 insertions, 6 deletions
diff --git a/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/patch/PatchWizard.java b/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/patch/PatchWizard.java
index 86c6d9eed..814449090 100644
--- a/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/patch/PatchWizard.java
+++ b/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/patch/PatchWizard.java
@@ -44,12 +44,13 @@ import org.eclipse.compare.internal.*;
*/
/* package */ PatchWizard(ISelection selection) {
+ setDefaultPageImageDescriptor(CompareUIPlugin.getImageDescriptor("wizban/applypatch_wizban.gif")); //$NON-NLS-1$
+ setWindowTitle(PatchMessages.getString("PatchWizard.title")); //$NON-NLS-1$
+
setTargets(getResource(selection));
fPatcher= new Patcher();
-
- setWindowTitle(PatchMessages.getString("PatchWizard.title")); //$NON-NLS-1$
-
+
IDialogSettings workbenchSettings= CompareUIPlugin.getDefault().getDialogSettings();
IDialogSettings section= workbenchSettings.getSection(DIALOG_SETTINGS_KEY); //$NON-NLS-1$
if (section == null)
diff --git a/bundles/org.eclipse.compare/icons/full/wizban/applypatch_wizban.gif b/bundles/org.eclipse.compare/icons/full/wizban/applypatch_wizban.gif
new file mode 100644
index 000000000..61a3349f2
--- /dev/null
+++ b/bundles/org.eclipse.compare/icons/full/wizban/applypatch_wizban.gif
Binary files differ
diff --git a/bundles/org.eclipse.compare/plugins/org.eclipse.compare/compare/org/eclipse/compare/internal/patch/PatchWizard.java b/bundles/org.eclipse.compare/plugins/org.eclipse.compare/compare/org/eclipse/compare/internal/patch/PatchWizard.java
index 86c6d9eed..814449090 100644
--- a/bundles/org.eclipse.compare/plugins/org.eclipse.compare/compare/org/eclipse/compare/internal/patch/PatchWizard.java
+++ b/bundles/org.eclipse.compare/plugins/org.eclipse.compare/compare/org/eclipse/compare/internal/patch/PatchWizard.java
@@ -44,12 +44,13 @@ import org.eclipse.compare.internal.*;
*/
/* package */ PatchWizard(ISelection selection) {
+ setDefaultPageImageDescriptor(CompareUIPlugin.getImageDescriptor("wizban/applypatch_wizban.gif")); //$NON-NLS-1$
+ setWindowTitle(PatchMessages.getString("PatchWizard.title")); //$NON-NLS-1$
+
setTargets(getResource(selection));
fPatcher= new Patcher();
-
- setWindowTitle(PatchMessages.getString("PatchWizard.title")); //$NON-NLS-1$
-
+
IDialogSettings workbenchSettings= CompareUIPlugin.getDefault().getDialogSettings();
IDialogSettings section= workbenchSettings.getSection(DIALOG_SETTINGS_KEY); //$NON-NLS-1$
if (section == null)
diff --git a/bundles/org.eclipse.compare/plugins/org.eclipse.compare/icons/full/wizban/applypatch_wizban.gif b/bundles/org.eclipse.compare/plugins/org.eclipse.compare/icons/full/wizban/applypatch_wizban.gif
new file mode 100644
index 000000000..61a3349f2
--- /dev/null
+++ b/bundles/org.eclipse.compare/plugins/org.eclipse.compare/icons/full/wizban/applypatch_wizban.gif
Binary files differ

Back to the top