From 69c0fb1fff3328f347382907b16fa21d0ac58d62 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Fri, 22 Feb 2013 14:34:01 +0000 Subject: Pass select all as keypress. --- windows/gui.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/windows/gui.c b/windows/gui.c index 7f2c740d1..c9afaf15e 100644 --- a/windows/gui.c +++ b/windows/gui.c @@ -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: -- cgit v1.2.3