summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorGerold31 <kramer.leroy@gmail.com>2014-10-26 15:07:54 +0100
committerGerold31 <kramer.leroy@gmail.com>2014-10-26 15:07:54 +0100
commit6532aa627cd6a4b1f590dcf1d91c03a3860ce889 (patch)
tree97f2ed84b6df5c58f58909c68c6d4c35f172e559 /core
parentb38118c5cb363c9aa07fa90bf246eee8edeff203 (diff)
Fix some more incorrect bindings
Diffstat (limited to 'core')
-rw-r--r--core/object.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/object.cpp b/core/object.cpp
index b011d1ad3d..42d570042f 100644
--- a/core/object.cpp
+++ b/core/object.cpp
@@ -1489,7 +1489,7 @@ void Object::_bind_methods() {
ObjectTypeDB::bind_method(_MD("set_block_signals","enable"),&Object::set_block_signals);
ObjectTypeDB::bind_method(_MD("is_blocking_signals"),&Object::is_blocking_signals);
ObjectTypeDB::bind_method(_MD("set_message_translation","enable"),&Object::set_message_translation);
- ObjectTypeDB::bind_method(_MD("can_translate_messages"),&Object::set_message_translation);
+ ObjectTypeDB::bind_method(_MD("can_translate_messages"),&Object::can_translate_messages);
ObjectTypeDB::bind_method(_MD("property_list_changed_notify"),&Object::property_list_changed_notify);
ObjectTypeDB::bind_method(_MD("XL_MESSAGE","message"),&Object::XL_MESSAGE);