diff options
| author | Moini <moini@noreply.invalid> | 2017-12-03 20:25:08 +0000 |
|---|---|---|
| committer | Moini <moini@noreply.invalid> | 2017-12-03 20:25:08 +0000 |
| commit | 1e043f9d8731e891394cc3077a6ef419bb6c2406 (patch) | |
| tree | 1b917d5f521b6ea4032aad4b681685ce486c7f9f /share | |
| parent | Optionaly measure only selected elements (diff) | |
| download | inkscape-1e043f9d8731e891394cc3077a6ef419bb6c2406.tar.gz inkscape-1e043f9d8731e891394cc3077a6ef419bb6c2406.zip | |
Add canvas flipping/rotation reset to the menu, improve strings
Diffstat (limited to 'share')
| -rw-r--r-- | share/ui/menus.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/share/ui/menus.xml b/share/ui/menus.xml index bc1d19587..5bcaca8cf 100644 --- a/share/ui/menus.xml +++ b/share/ui/menus.xml @@ -120,6 +120,13 @@ <!--verb verb-id="ViewColorModePrintColorsPreview" radio="yes"/--> <!--verb verb-id="DialogPrintColorsPreview" /--> </submenu> + <submenu _name="_Canvas orientation"> + <verb verb-id="FlipHorizontal"/> + <verb verb-id="FlipVertical"/> + <verb verb-id="FlipNone"/> + <separator/> + <verb verb-id="RotateZero"/> + </submenu> <separator/> <verb verb-id="ToggleGrid" check="yes" /> <verb verb-id="ToggleGuides" check="yes" /> |
