diff --git a/far/changelog b/far/changelog index 3c39716812..9db048dcee 100644 --- a/far/changelog +++ b/far/changelog @@ -1,4 +1,8 @@ -drkns 19.05.2016 19:03:12 +0200 - build 4682 +drkns 20.05.2016 21:16:12 +0200 - build 4683 + +1. #0003243 Пункты user-menu, в которых вызывается .cmd начали запускаються в отдельном окне. + +drkns 19.05.2016 19:03:12 +0200 - build 4682 1. Уточнение 4679. diff --git a/far/execute.cpp b/far/execute.cpp index 255340f823..e68f0203ce 100644 --- a/far/execute.cpp +++ b/far/execute.cpp @@ -192,9 +192,9 @@ static bool FindObject(const string& Module, string &strDest, bool &Internal) if (!Result) { - string strFullName=Module; - LPCWSTR ModuleExt=wcsrchr(PointToName(Module),L'.'); - const auto strPathExt = L";" + os::env::get_pathext(); + auto strFullName = Module; + const auto ModuleExt = wcsrchr(PointToName(Module), L'.'); + const auto strPathExt = os::env::get_pathext() + L";;"; // ";;" to also try no extension if nothing else matches const auto PathExtList = split>(strPathExt, STLF_UNIQUE | STLF_ALLOWEMPTY); for (const auto& i: PathExtList) // первый проход - в текущем каталоге diff --git a/far/vbuild.m4 b/far/vbuild.m4 index 9d9c71c151..ff72ff8ee1 100644 --- a/far/vbuild.m4 +++ b/far/vbuild.m4 @@ -1 +1 @@ -m4_define(BUILD,4682)m4_dnl +m4_define(BUILD,4683)m4_dnl