[Title] reset emulator binary name by request of emulator team
authorhyunsik.noh <hyunsik.noh@samsung.com>
Mon, 19 Mar 2012 14:24:45 +0000 (23:24 +0900)
committerhyunsik.noh <hyunsik.noh@samsung.com>
Mon, 19 Mar 2012 14:24:45 +0000 (23:24 +0900)
[Type] work
[Module]
[Priority]

Change-Id: Ib53dc97bb15c46d95dd6c77e7b1e1cbdbb70a24b

org.tizen.common.connection/src/org/tizen/common/connection/ui/ConnectionExplorer.java

index e9d34a5..a572d5c 100644 (file)
@@ -81,7 +81,7 @@ public class ConnectionExplorer extends ViewPart {
        private static final String BINARYMESSAGE = "Emulator is not installed or install path is not valid.";
        private static final String EMULATOR_PATH = InstallPathConfig
                        .getEmulatorPath();
-       private static final String EMULATOR_BATCH = "bin" + File.separatorChar + "emulator-manager.bat";
+       private static final String EMULATOR_BATCH = "bin" + File.separatorChar + "emulator-manager.exe";
        private static final String EMULATOR_BINARY = "bin" + File.separatorChar + "emulator-manager";
 
        public static ConnectionExplorer gerDefault() {