diff options
author | Poommetee Ketson <poommetee@protonmail.com> | 2017-12-12 09:37:37 +0700 |
---|---|---|
committer | Poommetee Ketson <poommetee@protonmail.com> | 2017-12-12 09:41:17 +0700 |
commit | 9888a56639e8f033c4258043f768cbad53f82fd0 (patch) | |
tree | 398fadf04f7e03ebedaccf6fe591851bcee3e833 /doc | |
parent | 36ce7c444d350b5fcd909f105fb6ca200f9d09df (diff) |
Change statable to multistate, remove extra separator
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/PopupMenu.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/PopupMenu.xml b/doc/classes/PopupMenu.xml index 42ed57e4af..372a97ecd9 100644 --- a/doc/classes/PopupMenu.xml +++ b/doc/classes/PopupMenu.xml @@ -391,7 +391,7 @@ <description> </description> </method> - <method name="set_item_statable"> + <method name="set_item_multistate"> <return type="void"> </return> <argument index="0" name="idx" type="int"> @@ -441,7 +441,7 @@ <description> </description> </method> - <method name="toggle_item_statable"> + <method name="toggle_item_multistate"> <return type="void"> </return> <argument index="0" name="idx" type="int"> |