Pass select all as keypress.

This commit is contained in:
Michael Drake 2013-02-22 14:34:01 +00:00
parent 4fd095c060
commit 69c0fb1fff
1 changed files with 1 additions and 2 deletions

View File

@ -824,8 +824,7 @@ nsws_window_command(HWND hwnd,
if (GetFocus() == gw->urlbar)
SendMessage(gw->urlbar, EM_SETSEL, 0, -1);
else
selection_select_all(
browser_window_get_selection(gw->bw));
browser_window_key_press(gw->bw, KEY_SELECT_ALL);
break;
case IDM_EDIT_SEARCH: