rotate bouton now just show an info message.
Change-Id: I7f6f8c48ef4624972c26fb4da5ac10bceffa4eeb
<!-- [SCILAB_FIGURE_ID] pattern is replaced at generation of Java menu by the ID of the figure -->
<!-- Rotate -->
<button icon="transform-rotate" tooltiptext="Rotate">
- <callback instruction="rotate_axes(get_figure_handle([SCILAB_FIGURE_ID]))" type="-2"/>
+ <callback instruction="set(get_figure_handle(0), 'info_message', 'Right click and drag to rotate.')" type="-2"/>
</button>
<separator/>
<!-- Zoom Area -->