diff options
author | rmsousa@chromium.org <rmsousa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-31 23:17:52 +0000 |
---|---|---|
committer | rmsousa@chromium.org <rmsousa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-31 23:17:52 +0000 |
commit | a0c909a147b4ad480397a998b984af0bc2246862 (patch) | |
tree | c47aa04af60440a75c966c8a3ed8c5c018de8959 /remoting/webapp/main.html | |
parent | d433ac0875c63d236c8e28d74af96a1e0c1e7be7 (diff) | |
download | chromium_src-a0c909a147b4ad480397a998b984af0bc2246862.zip chromium_src-a0c909a147b4ad480397a998b984af0bc2246862.tar.gz chromium_src-a0c909a147b4ad480397a998b984af0bc2246862.tar.bz2 |
Add Print Screen option to Send Keys menu.
BUG=144550
TEST=Manual: linux-(linux, mac) me2me, linux-linux it2me.
Review URL: https://chromiumcodereview.appspot.com/10908026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154534 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/webapp/main.html')
-rw-r--r-- | remoting/webapp/main.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/remoting/webapp/main.html b/remoting/webapp/main.html index 6380742..7d92ac6 100644 --- a/remoting/webapp/main.html +++ b/remoting/webapp/main.html @@ -608,6 +608,7 @@ found in the LICENSE file. </button> <ul> <li id="send-ctrl-alt-del" i18n-content="SEND_CTRL_ALT_DEL"></li> + <li id="send-print-screen" i18n-content="SEND_PRINT_SCREEN"></li> </ul> </span> <span class="menu-button" id="screen-options-menu"> |