summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/browser/FilePicker.java
diff options
context:
space:
mode:
authorGrant Gayed <ggayed>2007-03-02 16:13:25 +0000
committerGrant Gayed <ggayed>2007-03-02 16:13:25 +0000
commitdb95988c85f0a2bd2ef527b2553a7b51e0b4c8e0 (patch)
tree6739711647f7bf801b250c88a828cce991ddec62 /bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/browser/FilePicker.java
parent87dd08ea2f280a22460585e70e9e7f260dfb0736 (diff)
downloadeclipse.platform.swt-db95988c85f0a2bd2ef527b2553a7b51e0b4c8e0.tar.gz
eclipse.platform.swt-db95988c85f0a2bd2ef527b2553a7b51e0b4c8e0.tar.xz
eclipse.platform.swt-db95988c85f0a2bd2ef527b2553a7b51e0b4c8e0.zip
*** empty log message ***
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/browser/FilePicker.java')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/browser/FilePicker.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/browser/FilePicker.java b/bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/browser/FilePicker.java
index 8abfab3a85..11fba11559 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/browser/FilePicker.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/browser/FilePicker.java
@@ -96,7 +96,7 @@ int /*long*/ QueryInterface (int /*long*/ riid, int /*long*/ ppvObject) {
AddRef ();
return XPCOM.NS_OK;
}
- if (guid.Equals (XPCOM.NS_IFILEPICKER_1_8_IID)) {
+ if (guid.Equals (nsIFilePicker_1_8.NS_IFILEPICKER_IID)) {
XPCOM.memmove(ppvObject, new int /*long*/[] {filePicker.getAddress ()}, C.PTR_SIZEOF);
AddRef ();
return XPCOM.NS_OK;