summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelipe Heidrich <fheidric>2005-06-07 21:21:00 +0000
committerFelipe Heidrich <fheidric>2005-06-07 21:21:00 +0000
commitc926aa683b725b279c6c7318e19d80650c45580f (patch)
treeab46d6ef6e59861f5214c725f037b383ca5db635
parent87ebbed33ff66a3b90abc0019b4613a108b1994b (diff)
downloadeclipse.platform.swt-c926aa683b725b279c6c7318e19d80650c45580f.tar.gz
eclipse.platform.swt-c926aa683b725b279c6c7318e19d80650c45580f.tar.xz
eclipse.platform.swt-c926aa683b725b279c6c7318e19d80650c45580f.zip
*** empty log message ***
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/List.java4
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Tree.java8
2 files changed, 6 insertions, 6 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/List.java b/bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/List.java
index 6d51753509..7d06750340 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/List.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/List.java
@@ -379,8 +379,8 @@ void deselect (int [] ids, int count) {
/*
* Bug in the Macintosh. When the DataBroswer selection flags includes
* both kDataBrowserNeverEmptySelectionSet and kDataBrowserSelectOnlyOne,
- * two items are selected when SetDataBrowserSelectedItems() is called
- * with kDataBrowserItemsAssign to assign a new seletion despite the fact
+ * two items are selected when SetDataBrowserSelectedItems() is called
+ * with kDataBrowserItemsAssign to assign a new seletion despite the fact
* that kDataBrowserSelectOnlyOne was specified. The fix is to save and
* restore kDataBrowserNeverEmptySelectionSet around each call to
* SetDataBrowserSelectedItems().
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Tree.java b/bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Tree.java
index 064b767f20..e998fc1065 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Tree.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/carbon/org/eclipse/swt/widgets/Tree.java
@@ -508,8 +508,8 @@ public void deselectAll () {
/*
* Bug in the Macintosh. When the DataBroswer selection flags includes
* both kDataBrowserNeverEmptySelectionSet and kDataBrowserSelectOnlyOne,
- * two items are selected when SetDataBrowserSelectedItems() is called
- * with kDataBrowserItemsAssign to assign a new seletion despite the fact
+ * two items are selected when SetDataBrowserSelectedItems() is called
+ * with kDataBrowserItemsAssign to assign a new seletion despite the fact
* that kDataBrowserSelectOnlyOne was specified. The fix is to save and
* restore kDataBrowserNeverEmptySelectionSet around each call to
* SetDataBrowserSelectedItems().
@@ -1384,8 +1384,8 @@ int itemNotificationProc (int browser, int id, int message) {
/*
* Bug in the Macintosh. When the DataBroswer selection flags includes
* both kDataBrowserNeverEmptySelectionSet and kDataBrowserSelectOnlyOne,
- * two items are selected when SetDataBrowserSelectedItems() is called
- * with kDataBrowserItemsAssign to assign a new seletion despite the fact
+ * two items are selected when SetDataBrowserSelectedItems() is called
+ * with kDataBrowserItemsAssign to assign a new seletion despite the fact
* that kDataBrowserSelectOnlyOne was specified. The fix is to save and
* restore kDataBrowserNeverEmptySelectionSet around each call to
* SetDataBrowserSelectedItems().