projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb28179
)
menu: modified SDB shell command on Windows
91/26491/1
author
GiWoong Kim
<giwoong.kim@samsung.com>
Sat, 23 Aug 2014 00:52:21 +0000
(09:52 +0900)
committer
GiWoong 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
patch
|
blob
|
history
diff --git
a/tizen/src/ui/menu/contextmenu.cpp
b/tizen/src/ui/menu/contextmenu.cpp
index 6aedfae5a1e3433750b0a8eeb8221eaf59444961..c9019510522ae3f1cc258798ed4c6ebae4c2030f 100644
(file)
--- 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;