| Index: remoting/webapp/me2mom/choice.html
|
| diff --git a/remoting/webapp/me2mom/choice.html b/remoting/webapp/me2mom/choice.html
|
| index 9661ea5aaabf403f578d2c05c39baee5bd21b5ba..7d4dfca84e9b32fb42714dfe76b24675b0175a28 100644
|
| --- a/remoting/webapp/me2mom/choice.html
|
| +++ b/remoting/webapp/me2mom/choice.html
|
| @@ -63,8 +63,10 @@ found in the LICENSE file.
|
| <button type="button" onclick="remoting.disconnect();"
|
| i18n-content="DISCONNECT_BUTTON"></button>
|
| <span class="end-align">
|
| - <button type="button" onclick="remoting.toggleScaleToFit();"
|
| - i18n-content="SCALE_BUTTON"></button>
|
| + <button id="toggle-scaling"
|
| + onClick="remoting.toggleScaleToFit(this);">
|
| + <img src="scale-to-fit.png">
|
| + </button>
|
| </span>
|
| </div>
|
| <div class="toolbar-stub">
|
|
|