summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/wpf/org/eclipse/swt/widgets/TableItem.java
diff options
context:
space:
mode:
authorKevin Barnes <krbarnes>2007-08-16 15:51:39 +0000
committerKevin Barnes <krbarnes>2007-08-16 15:51:39 +0000
commitd9cacec03602be393d7be9e3282d74053d03d590 (patch)
treec76a2068aa48c42bbe296c69e378a006a79be6ad /bundles/org.eclipse.swt/Eclipse SWT/wpf/org/eclipse/swt/widgets/TableItem.java
parent6d655f823e24bd1260c536c6f34267c12bbf2a71 (diff)
downloadeclipse.platform.swt-d9cacec03602be393d7be9e3282d74053d03d590.tar.gz
eclipse.platform.swt-d9cacec03602be393d7be9e3282d74053d03d590.tar.xz
eclipse.platform.swt-d9cacec03602be393d7be9e3282d74053d03d590.zip
fixed variable name
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT/wpf/org/eclipse/swt/widgets/TableItem.java')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/wpf/org/eclipse/swt/widgets/TableItem.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/wpf/org/eclipse/swt/widgets/TableItem.java b/bundles/org.eclipse.swt/Eclipse SWT/wpf/org/eclipse/swt/widgets/TableItem.java
index 0df7392b49..5da4ff3555 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/wpf/org/eclipse/swt/widgets/TableItem.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/wpf/org/eclipse/swt/widgets/TableItem.java
@@ -1081,7 +1081,7 @@ public void setText (String string) {
}
void updateBackground (int index) {
- int panel = findPart (index, Table.STACKPANEL_PART_NAME);
+ int panel = findPart (index, Table.DOCKPANEL_PART_NAME);
if (panel != 0) {
if (cellBackground != null && cellBackground [index] != null) {
int brush = OS.gcnew_SolidColorBrush (cellBackground [index].handle);