diff options
Diffstat (limited to 'src/com/android/browser/BrowserHistoryPage.java')
| -rw-r--r-- | src/com/android/browser/BrowserHistoryPage.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/browser/BrowserHistoryPage.java b/src/com/android/browser/BrowserHistoryPage.java index 335d8fe0d..cb8340e81 100644 --- a/src/com/android/browser/BrowserHistoryPage.java +++ b/src/com/android/browser/BrowserHistoryPage.java @@ -236,7 +236,7 @@ public class BrowserHistoryPage extends ExpandableListActivity { case R.id.share_link_context_menu_id: Browser.sendString(this, url); return true; - case R.id.copy_context_menu_id: + case R.id.copy_url_context_menu_id: copy(url); return true; case R.id.delete_context_menu_id: |
