| Index: remoting/webapp/me2mom/choice.html
|
| diff --git a/remoting/webapp/me2mom/choice.html b/remoting/webapp/me2mom/choice.html
|
| index 00faf5427a58f79c190c4f66fd8c90e7ecd18c59..5735b395f69c64c9d2d26f9a8e1149bc5b7fa0a7 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">
|
|
|