Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Niefer2010-01-13 16:43:00 +0000
committerAndrew Niefer2010-01-13 16:43:00 +0000
commit6ca0a141654e720d8beff4c9ab87d5a47898e0d6 (patch)
tree95af469fef0c36a4ba3beaf9866d8427692bb49d /bundles/org.eclipse.equinox.executable
parent88c0a3e79804514b3d15ef389f596bf49d2625ef (diff)
downloadrt.equinox.framework-6ca0a141654e720d8beff4c9ab87d5a47898e0d6.tar.gz
rt.equinox.framework-6ca0a141654e720d8beff4c9ab87d5a47898e0d6.tar.xz
rt.equinox.framework-6ca0a141654e720d8beff4c9ab87d5a47898e0d6.zip
bug 178927 - change swt message to SWT_OPENDOC
Diffstat (limited to 'bundles/org.eclipse.equinox.executable')
-rw-r--r--bundles/org.eclipse.equinox.executable/library/win32/eclipseWin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.executable/library/win32/eclipseWin.c b/bundles/org.eclipse.equinox.executable/library/win32/eclipseWin.c
index bd17eb462..3500e619a 100644
--- a/bundles/org.eclipse.equinox.executable/library/win32/eclipseWin.c
+++ b/bundles/org.eclipse.equinox.executable/library/win32/eclipseWin.c
@@ -91,7 +91,7 @@ static void sendOpenFileMessage(HWND window) {
#endif
createSharedData(&id, size);
setSharedData(id, openFilePath);
- msg = RegisterWindowMessage(_T("SWT_FILEOPEN"));
+ msg = RegisterWindowMessage(_T("SWT_OPENDOC"));
_stscanf(id, _T_ECLIPSE("%lx_%lx"), &wParam, &lParam);
/* SendMessage does not return until the message has been processed */

Back to the top