aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/editor_node.cpp
diff options
context:
space:
mode:
authorJuan Linietsky2015-11-18 23:56:06 -0300
committerJuan Linietsky2015-11-18 23:56:06 -0300
commit33aa019e4f00b3ac9809c7974c1d660b2f65455f (patch)
treedc92703dce55d6d4b3d627ddbc3a3dfae924c5c9 /tools/editor/editor_node.cpp
parent3118c192bdfcecaa6b08050f99d0813f5ec93882 (diff)
parentfff7cedbe18e0ebf4bd22f05d2b068d6cd85b739 (diff)
downloadgodot-33aa019e4f00b3ac9809c7974c1d660b2f65455f.tar.gz
godot-33aa019e4f00b3ac9809c7974c1d660b2f65455f.tar.zst
godot-33aa019e4f00b3ac9809c7974c1d660b2f65455f.zip
Merge pull request #2699 from ZuBsPaCe/visual-studio-2015-compilation
Visual studio 2015 compilation
Diffstat (limited to 'tools/editor/editor_node.cpp')
-rw-r--r--tools/editor/editor_node.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/editor_node.cpp b/tools/editor/editor_node.cpp
index 5412211b2..329c51afd 100644
--- a/tools/editor/editor_node.cpp
+++ b/tools/editor/editor_node.cpp
@@ -3045,7 +3045,7 @@ Error EditorNode::save_translatable_strings(const String& p_to_file) {
OS::Time time = OS::get_singleton()->get_time();
f->store_line("# Translation Strings Dump.");
f->store_line("# Created By.");
- f->store_line("# \t"VERSION_FULL_NAME" (c) 2008-2015 Juan Linietsky, Ariel Manzur.");
+ f->store_line("# \t" VERSION_FULL_NAME " (c) 2008-2015 Juan Linietsky, Ariel Manzur.");
f->store_line("# From Scene: ");
f->store_line("# \t"+get_edited_scene()->get_filename());
f->store_line("");