diff dwt/internal/mozilla/nsIHelperAppLauncherDialog.d @ 349:676785ef6d24

Update XPCOM Interfaces for correct interface ID's per SWT
author John Reimer <terminal.node@gmail.com>
date Fri, 31 Oct 2008 23:35:10 -0700
parents 9a4d7706df52
children
line wrap: on
line diff
--- a/dwt/internal/mozilla/nsIHelperAppLauncherDialog.d	Fri Oct 31 21:46:44 2008 -0700
+++ b/dwt/internal/mozilla/nsIHelperAppLauncherDialog.d	Fri Oct 31 23:35:10 2008 -0700
@@ -6,11 +6,10 @@
 import dwt.internal.mozilla.nsIHelperAppLauncher;
 import dwt.internal.mozilla.nsILocalFile;
 
-const char[] NS_IHELPERAPPLAUNCHERDIALOG_IID_STR = "64355793-988d-40a5-ba8e-fcde78cac631";
+const char[] NS_IHELPERAPPLAUNCHERDIALOG_IID_STR = "d7ebddf0-4c84-11d4-807a-00600811a9c3";
 
 const nsIID NS_IHELPERAPPLAUNCHERDIALOG_IID= 
-  {0x64355793, 0x988d, 0x40a5, 
-    [ 0xba, 0x8e, 0xfc, 0xde, 0x78, 0xca, 0xc6, 0x31 ]};
+  { 0xd7ebddf0, 0x4c84, 0x11d4, [ 0x80,0x7a,0x00,0x60,0x08,0x11,0xa9,0xc3 ]};
 
 interface nsIHelperAppLauncherDialog : nsISupports {