summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMarianoGNU <marianognu.easyrpg@gmail.com>2016-07-24 18:05:05 -0300
committerMarianoGNU <marianognu.easyrpg@gmail.com>2016-07-24 18:09:56 -0300
commit23a20791d1f0c0760c0e22d51c0450b58b0e05f1 (patch)
treeb863205fc83012c7b5d85d6d48cb95736e3907b0 /tools
parented094d52a9a281fc0735f633b02adc7f2cf11cf8 (diff)
Update documentation.
Diffstat (limited to 'tools')
-rw-r--r--tools/editor/editor_plugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/editor_plugin.cpp b/tools/editor/editor_plugin.cpp
index 2bdd4caebe..0d162cbe56 100644
--- a/tools/editor/editor_plugin.cpp
+++ b/tools/editor/editor_plugin.cpp
@@ -284,7 +284,7 @@ Control *EditorPlugin::get_base_control() {
void EditorPlugin::_bind_methods() {
ObjectTypeDB::bind_method(_MD("add_control_to_container","container","control:Control"),&EditorPlugin::add_control_to_container);
- ObjectTypeDB::bind_method(_MD("add_control_to_bottom_panel","control:Control","title"),&EditorPlugin::add_control_to_bottom_panel);
+ ObjectTypeDB::bind_method(_MD("add_control_to_bottom_panel:ToolButton","control:Control","title"),&EditorPlugin::add_control_to_bottom_panel);
ObjectTypeDB::bind_method(_MD("add_control_to_dock","slot","control:Control"),&EditorPlugin::add_control_to_dock);
ObjectTypeDB::bind_method(_MD("remove_control_from_docks","control:Control"),&EditorPlugin::remove_control_from_docks);
ObjectTypeDB::bind_method(_MD("remove_control_from_bottom_panel","control:Control"),&EditorPlugin::remove_control_from_bottom_panel);