1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

Rename internal EditorPlugin icon/name to match exposed methods

This commit is contained in:
Aaron Franke
2024-10-12 19:42:12 -07:00
parent b9437c3938
commit 0ab3dc273e
67 changed files with 82 additions and 82 deletions

View File

@@ -280,7 +280,7 @@ class FontEditorPlugin : public EditorPlugin {
public:
FontEditorPlugin();
virtual String get_name() const override { return "Font"; }
virtual String get_plugin_name() const override { return "Font"; }
};
#endif // FONT_CONFIG_PLUGIN_H