summaryrefslogtreecommitdiff
path: root/tools/editor/plugins
diff options
context:
space:
mode:
authorreduz <reduzio@gmail.com>2014-03-12 08:56:39 -0700
committerreduz <reduzio@gmail.com>2014-03-12 08:56:39 -0700
commitbb7f586842658d650bab31343f6aab678f653026 (patch)
tree6ca43e25fce9601df2867e4a3b5969bd3993751d /tools/editor/plugins
parent3dcfdc057c12e8ee9cf0b0eee2be8ec605146c32 (diff)
parent3ba00567c5a033625bd5789fcd83056c06edb300 (diff)
Merge pull request #170 from mutantgames/master.fork
Solved bug to select external editor url
Diffstat (limited to 'tools/editor/plugins')
-rw-r--r--tools/editor/plugins/script_editor_plugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/plugins/script_editor_plugin.cpp b/tools/editor/plugins/script_editor_plugin.cpp
index 1a17916394..a01565a046 100644
--- a/tools/editor/plugins/script_editor_plugin.cpp
+++ b/tools/editor/plugins/script_editor_plugin.cpp
@@ -1507,7 +1507,7 @@ ScriptEditorPlugin::ScriptEditorPlugin(EditorNode *p_node) {
EDITOR_DEF("external_editor/use_external_editor",false);
EDITOR_DEF("external_editor/exec_path","");
- EditorSettings::get_singleton()->add_property_hint(PropertyInfo(Variant::STRING,"external_editor/exec_path",PROPERTY_HINT_FILE));
+ EditorSettings::get_singleton()->add_property_hint(PropertyInfo(Variant::STRING,"external_editor/exec_path",PROPERTY_HINT_GLOBAL_FILE));
EDITOR_DEF("external_editor/exec_flags","");
}