diff options
author | ducdetronquito <guillaume.paulet@giome.fr> | 2017-07-07 19:05:45 +0200 |
---|---|---|
committer | ducdetronquito <guillaume.paulet@giome.fr> | 2017-07-07 19:05:45 +0200 |
commit | 566655adc1c1b25cb2cc7c905c899f78170264d8 (patch) | |
tree | 12e9827b69516db38c045071debca40861ecf7d0 /doc | |
parent | 8b362b50094ccd332c6ee3d0853a6b9b49f70253 (diff) |
[#9292] Renamed Image.put_pixel() to set_pixel().
Diffstat (limited to 'doc')
-rw-r--r-- | doc/base/classes.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/base/classes.xml b/doc/base/classes.xml index 39f5c94a94..6ff3e0fa29 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -19218,7 +19218,7 @@ <description> </description> </method> - <method name="put_pixel"> + <method name="set_pixel"> <argument index="0" name="x" type="int"> </argument> <argument index="1" name="y" type="int"> |