diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2015-11-27 18:47:30 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2015-11-27 18:54:09 +0100 |
commit | 55d56d9b7cf240fb426c58a62aad21a6997ee550 (patch) | |
tree | c73aa996a847c4069a17a9c5108768f547cba9f7 /platform/windows/godot_res.rc | |
parent | ed4738fbed6d08e85bbf2b60b9dcad64bd4c8753 (diff) | |
download | redot-engine-55d56d9b7cf240fb426c58a62aad21a6997ee550.tar.gz |
Replace hardcoded references to Okam Studio by Godot Engine
Since the engine development is now independent.
Fixes #2836.
Diffstat (limited to 'platform/windows/godot_res.rc')
-rw-r--r-- | platform/windows/godot_res.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/windows/godot_res.rc b/platform/windows/godot_res.rc index 73f36e5e59..f77182f909 100644 --- a/platform/windows/godot_res.rc +++ b/platform/windows/godot_res.rc @@ -16,7 +16,7 @@ BEGIN BEGIN BLOCK "040904b0" BEGIN - VALUE "CompanyName", "Okam Studio" + VALUE "CompanyName", "Godot Engine" VALUE "FileDescription", _MKSTR(VERSION_NAME) " Editor (" _MKSTR(VERSION_STATUS) ")" VALUE "FileVersion", _MKSTR(VERSION_MAJOR) "." _MKSTR(VERSION_MINOR) "."_MKSTR(VERSION_REVISION) VALUE "ProductName", _MKSTR(VERSION_NAME) |