summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT Program/win32
diff options
context:
space:
mode:
authorSilenio Quarti <silenio>2010-01-20 20:31:11 +0000
committerSilenio Quarti <silenio>2010-01-20 20:31:11 +0000
commit32db125c40270f8e589098f3f593fd54f48f5a90 (patch)
tree8f189bdefcaf30b349606ac2a61270fa76a01bde /bundles/org.eclipse.swt/Eclipse SWT Program/win32
parent7799a5f4f0186647072f522de02704229d2b5137 (diff)
downloadeclipse.platform.swt-32db125c40270f8e589098f3f593fd54f48f5a90.tar.gz
eclipse.platform.swt-32db125c40270f8e589098f3f593fd54f48f5a90.tar.xz
eclipse.platform.swt-32db125c40270f8e589098f3f593fd54f48f5a90.zip
Bug 279772 - Clicking on a batch file from within the eclipse IDE does not run it from the file location (make public)
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT Program/win32')
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT Program/win32/org/eclipse/swt/program/Program.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT Program/win32/org/eclipse/swt/program/Program.java b/bundles/org.eclipse.swt/Eclipse SWT Program/win32/org/eclipse/swt/program/Program.java
index ad1d5cdd72..094aa2582f 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT Program/win32/org/eclipse/swt/program/Program.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT Program/win32/org/eclipse/swt/program/Program.java
@@ -285,7 +285,7 @@ public static boolean launch (String fileName) {
*
* @since 3.6
*/
-/*public*/ static boolean launch (String fileName, String workingDirectory) {
+public static boolean launch (String fileName, String workingDirectory) {
if (fileName == null) SWT.error (SWT.ERROR_NULL_ARGUMENT);
/* Use the character encoding for the default locale */