diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2020-05-13 12:58:40 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-13 12:58:40 +0200 |
| commit | 1c18be1cc9ee95f80435c761ea8c1574503ac5c3 (patch) | |
| tree | 113585b9dc435deee9a4a0e3842111988c5ab76f /editor/editor_node.h | |
| parent | aebe0364590a15a11a6bb753f058449d9697dd89 (diff) | |
| parent | 2962819d1c4e3a3835647015904e07c93ecfc370 (diff) | |
| download | redot-engine-1c18be1cc9ee95f80435c761ea8c1574503ac5c3.tar.gz | |
Merge pull request #38637 from Calinou/editor-rename-revert-scene-bind
Rename the editor action "Revert Scene" to "Reload Saved Scene"
Diffstat (limited to 'editor/editor_node.h')
| -rw-r--r-- | editor/editor_node.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_node.h b/editor/editor_node.h index 11f4008936..b39a3bbfd0 100644 --- a/editor/editor_node.h +++ b/editor/editor_node.h @@ -153,7 +153,7 @@ private: FILE_EXTERNAL_OPEN_SCENE, EDIT_UNDO, EDIT_REDO, - EDIT_REVERT, + EDIT_RELOAD_SAVED_SCENE, TOOLS_ORPHAN_RESOURCES, TOOLS_CUSTOM, RESOURCE_SAVE, |
