menu: modified SDB shell command on Windows 91/26491/1
authorGiWoong Kim <giwoong.kim@samsung.com>
Sat, 23 Aug 2014 00:52:21 +0000 (09:52 +0900)
committerGiWoong Kim <giwoong.kim@samsung.com>
Mon, 25 Aug 2014 08:17:28 +0000 (17:17 +0900)
Change-Id: I53bada68b00e56e8fbe4913340d616d210cf13fc
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
tizen/src/ui/menu/contextmenu.cpp

index 6aedfae5a1e3433750b0a8eeb8221eaf59444961..c9019510522ae3f1cc258798ed4c6ebae4c2030f 100644 (file)
@@ -309,7 +309,7 @@ void ContextMenu::slotShell()
 
 #ifdef CONFIG_WIN32
     command = "cmd.exe";
-    arguments << "/c start" << sdbPath << "-s" << sdbSerialName << "shell";
+    arguments << "/c" << "start" << sdbPath << "sdb" << "-s" << sdbSerialName << "shell";
 #elif defined CONFIG_DARWIN
     command = QCoreApplication::applicationDirPath() + "/sdbscript";
     arguments << sdbSerialName;