summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT PI/carbon
diff options
context:
space:
mode:
authorGrant Gayed <ggayed>2009-11-13 19:08:04 +0000
committerGrant Gayed <ggayed>2009-11-13 19:08:04 +0000
commit5d553beb026a9c36ce49081735e3a236e6013699 (patch)
tree8362b9686ab38f97f576023a9d224c263d4fa3ff /bundles/org.eclipse.swt/Eclipse SWT PI/carbon
parenta0a9d258e4ba6447d350edb2b6535418f42f6638 (diff)
downloadeclipse.platform.swt-5d553beb026a9c36ce49081735e3a236e6013699.tar.gz
eclipse.platform.swt-5d553beb026a9c36ce49081735e3a236e6013699.tar.xz
eclipse.platform.swt-5d553beb026a9c36ce49081735e3a236e6013699.zip
278299 - SWT Browser (IE based) to support multiple zones
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/carbon')
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT PI/carbon/org/eclipse/swt/internal/cocoa/Cocoa.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/carbon/org/eclipse/swt/internal/cocoa/Cocoa.java b/bundles/org.eclipse.swt/Eclipse SWT PI/carbon/org/eclipse/swt/internal/cocoa/Cocoa.java
index 9e3fa3eaac..f43a615e05 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/carbon/org/eclipse/swt/internal/cocoa/Cocoa.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/carbon/org/eclipse/swt/internal/cocoa/Cocoa.java
@@ -144,6 +144,7 @@ public static final int S_sharedHandler = Cocoa.sel_registerName("sharedHandler"
public static final int S_standardPreferences = Cocoa.sel_registerName("standardPreferences"); //$NON-NLS-1$
public static final int S_startAuthentication = sel_registerName("startAuthentication:window:"); //$NON-NLS-1$
public static final int S_stopLoading = Cocoa.sel_registerName("stopLoading:"); //$NON-NLS-1$
+public static final int S_string = Cocoa.sel_registerName("string"); //$NON-NLS-1$
public static final int S_stringByEvaluatingJavaScriptFromString = Cocoa.sel_registerName("stringByEvaluatingJavaScriptFromString:"); //$NON-NLS-1$
public static final int S_takeStringURLFrom = Cocoa.sel_registerName("takeStringURLFrom:"); //$NON-NLS-1$
public static final int S_undefined = Cocoa.sel_registerName("undefined"); //$NON-NLS-1$