diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2017-09-01 16:14:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-01 16:14:37 +0200 |
commit | 6e9e25b41d33745f65910fa077c9049ddccb3445 (patch) | |
tree | 1690f36306d95149dafb18bbd9f6c482140549fd /editor/plugins | |
parent | 1e0fc4dc4e3143d2905d754099dff5f911188e49 (diff) | |
parent | ed606ded52132f7afed03d99fabed7b111ce9a51 (diff) |
Merge pull request #10861 from Noshyaar/pr-header
Fix files header
[ci skip]
Diffstat (limited to 'editor/plugins')
-rw-r--r-- | editor/plugins/gradient_editor_plugin.cpp | 2 | ||||
-rw-r--r-- | editor/plugins/gradient_editor_plugin.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/editor/plugins/gradient_editor_plugin.cpp b/editor/plugins/gradient_editor_plugin.cpp index abd2559d1f..51f00e5751 100644 --- a/editor/plugins/gradient_editor_plugin.cpp +++ b/editor/plugins/gradient_editor_plugin.cpp @@ -1,5 +1,5 @@ /*************************************************************************/ -/* color_ramp_editor_plugin.cpp */ +/* gradient_editor_plugin.cpp */ /*************************************************************************/ /* This file is part of: */ /* GODOT ENGINE */ diff --git a/editor/plugins/gradient_editor_plugin.h b/editor/plugins/gradient_editor_plugin.h index c169fa0947..ff7bf858c7 100644 --- a/editor/plugins/gradient_editor_plugin.h +++ b/editor/plugins/gradient_editor_plugin.h @@ -1,5 +1,5 @@ /*************************************************************************/ -/* color_ramp_editor_plugin.h */ +/* gradient_editor_plugin.h */ /*************************************************************************/ /* This file is part of: */ /* GODOT ENGINE */ |