doc: Rename "@Global Scope" to "@GlobalScope"
Spaces in filenames are evil.
This commit is contained in:
parent
967bfb0c4a
commit
e7701bb2de
17 changed files with 33 additions and 33 deletions
|
|
@ -555,7 +555,7 @@ void EditorHelp::_class_desc_select(const String &p_select) {
|
|||
if (select.find(".") != -1) {
|
||||
class_name = select.get_slice(".", 0);
|
||||
} else {
|
||||
class_name = "@Global Scope";
|
||||
class_name = "@GlobalScope";
|
||||
}
|
||||
emit_signal("go_to_help", "class_enum:" + class_name + ":" + select);
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue