return/enter key in the launcher now starts the selected target
svn-id: r11347
This commit is contained in:
parent
7d0fcb71a8
commit
f40d0433bf
1 changed files with 1 additions and 0 deletions
|
@ -536,6 +536,7 @@ void LauncherDialog::handleCommand(CommandSender *sender, uint32 cmd, uint32 dat
|
|||
}
|
||||
break;
|
||||
case kStartCmd:
|
||||
case kListItemActivatedCmd:
|
||||
case kListItemDoubleClickedCmd:
|
||||
// Print out what was selected
|
||||
assert(item >= 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue