changeset 20146:f134ee404041

graphics.in.h: Rename 'selectiontype' value "alternate" to "alt" (bug #44522). * graphics.in.h: Rename 'selectiontype' value "alternate" to "alt" (bug #44522).
author Rik <rik@octave.org>
date Fri, 13 Mar 2015 13:42:59 -0700
parents 29fe196d2ce0
children 10e48c1fef56
files libinterp/corefcn/graphics.in.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/graphics.in.h
+++ b/libinterp/corefcn/graphics.in.h
@@ -3475,7 +3475,7 @@
       radio_property renderermode , "{auto}|manual"
       bool_property resize , "on"
       callback_property resizefcn , Matrix ()
-      radio_property selectiontype , "{normal}|open|alternate|extend"
+      radio_property selectiontype , "{normal}|open|alt|extend"
       radio_property toolbar , "none|{auto}|figure"
       radio_property units Su , "inches|centimeters|normalized|points|{pixels}|characters"
       callback_property windowbuttondownfcn , Matrix ()