mirror of
https://github.com/godotengine/godot.git
synced 2025-02-14 23:01:25 +00:00
Removed empty segment
This commit is contained in:
parent
b4efb832a7
commit
2a2c4230c6
@ -4889,7 +4889,6 @@ EditorNode::EditorNode() {
|
||||
pm_export->set_name("Export");
|
||||
p->add_child(pm_export);
|
||||
p->add_submenu_item(TTR("Convert To.."), "Export");
|
||||
pm_export->add_separator();
|
||||
pm_export->add_shortcut(ED_SHORTCUT("editor/convert_to_MeshLibrary", TTR("MeshLibrary..")), FILE_EXPORT_MESH_LIBRARY);
|
||||
pm_export->add_shortcut(ED_SHORTCUT("editor/convert_to_TileSet", TTR("TileSet..")), FILE_EXPORT_TILESET);
|
||||
pm_export->connect("id_pressed", this, "_menu_option");
|
||||
|
Loading…
Reference in New Issue
Block a user