menu: changed ecp jar path for launching
authorJinhyung Choi <jinh0.choi@samsung.com>
Fri, 7 Aug 2015 04:06:55 +0000 (13:06 +0900)
committerJinhyung Choi <jinh0.choi@samsung.com>
Fri, 7 Aug 2015 05:03:17 +0000 (14:03 +0900)
For the extension purpose,
the ecp jar path is changed to point common directory in platforms.

Change-Id: I9f412550e2f66b40383fc883906ccc18fba8a04d
Signed-off-by: Jinhyung Choi <jinh0.choi@samsung.com>
tizen/src/ui/menu/contextmenu.cpp

index 884ef3ed54297f3de33e5dcc0afc74ad1b4f9410..1f087a0b0fcdb52774a8ca0671544890da162b63 100644 (file)
@@ -603,9 +603,9 @@ void ContextMenu::slotControlPanel()
 
     QString ecpPath = QCoreApplication::applicationDirPath();
 #ifdef CONFIG_WIN32
-    ecpPath += "\\emulator-control-panel.jar";
+    ecpPath += "\\..\\..\\..\\common\\emulator\\bin\\emulator-control-panel.jar";
 #else
-    ecpPath += "/emulator-control-panel.jar";
+    ecpPath += "/../../../common/emulator/bin/emulator-control-panel.jar";
 #endif
 
     QFileInfo ecpFileInfo(ecpPath);