aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/animation_editor.cpp
diff options
context:
space:
mode:
authorJuan Linietsky2017-01-05 19:41:36 -0300
committerJuan Linietsky2017-01-05 19:41:36 -0300
commit99ceddd11ef652a3b8e6bf5d09dcc519d957ce14 (patch)
tree4c3daa35be5b08a27829f98cea6cf8598932046e /tools/editor/animation_editor.cpp
parent495d059a744b268b0355d0cbfbb9ef30fec865e2 (diff)
downloadgodot-99ceddd11ef652a3b8e6bf5d09dcc519d957ce14.tar.gz
godot-99ceddd11ef652a3b8e6bf5d09dcc519d957ce14.tar.zst
godot-99ceddd11ef652a3b8e6bf5d09dcc519d957ce14.zip
Editor settings categories are now tidy and beautiful!
Diffstat (limited to '')
-rw-r--r--tools/editor/animation_editor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/animation_editor.cpp b/tools/editor/animation_editor.cpp
index 89b24f2fd..084b4edc7 100644
--- a/tools/editor/animation_editor.cpp
+++ b/tools/editor/animation_editor.cpp
@@ -3233,7 +3233,7 @@ void AnimationKeyEditor::_query_insert(const InsertData& p_id) {
insert_data.push_back(p_id);
if (p_id.track_idx==-1) {
- if (bool(EDITOR_DEF("animation/confirm_insert_track",true))) {
+ if (bool(EDITOR_DEF("editors/animation/confirm_insert_track",true))) {
//potential new key, does not exist
if (insert_data.size()==1)
insert_confirm->set_text(vformat(TTR("Create NEW track for %s and insert key?"),p_id.query));