diff options
author | Spartan322 <Megacake1234@gmail.com> | 2024-10-31 15:59:09 -0400 |
---|---|---|
committer | Spartan322 <Megacake1234@gmail.com> | 2024-10-31 15:59:09 -0400 |
commit | 1d62a70c5bb74dfbffffe1c018a861719e93e7ae (patch) | |
tree | 35fff970a172d5dbbe5b5d28b05c6da9b40d8cb4 /platform | |
parent | b3f67a970f451695f0b0a56f9a491ebc9cad673d (diff) | |
download | redot-engine-1d62a70c5bb74dfbffffe1c018a861719e93e7ae.tar.gz |
Fix remainder of godotengine references
Diffstat (limited to 'platform')
-rw-r--r-- | platform/linuxbsd/wayland/display_server_wayland.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/linuxbsd/wayland/display_server_wayland.cpp b/platform/linuxbsd/wayland/display_server_wayland.cpp index 17af607572..e56e2a9bac 100644 --- a/platform/linuxbsd/wayland/display_server_wayland.cpp +++ b/platform/linuxbsd/wayland/display_server_wayland.cpp @@ -57,11 +57,11 @@ String DisplayServerWayland::_get_app_id_from_context(Context p_context) { switch (p_context) { case CONTEXT_EDITOR: { - app_id = "org.godotengine.Editor"; + app_id = "org.redotengine.Editor"; } break; case CONTEXT_PROJECTMAN: { - app_id = "org.godotengine.ProjectManager"; + app_id = "org.redotengine.ProjectManager"; } break; case CONTEXT_ENGINE: |