From: GiWoong Kim Date: Sat, 23 Aug 2014 00:52:21 +0000 (+0900) Subject: menu: modified SDB shell command on Windows X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=90ef6bc0e120f62569c54026adf50ff939aed699;p=sdk%2Femulator%2Fqemu.git menu: modified SDB shell command on Windows Change-Id: I53bada68b00e56e8fbe4913340d616d210cf13fc Signed-off-by: GiWoong Kim --- diff --git a/tizen/src/ui/menu/contextmenu.cpp b/tizen/src/ui/menu/contextmenu.cpp index 6aedfae5a1..c901951052 100644 --- a/tizen/src/ui/menu/contextmenu.cpp +++ b/tizen/src/ui/menu/contextmenu.cpp @@ -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;