File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
External/Plugins/SourceControl/Sources Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ static private string GetTortoiseProc()
29
29
{
30
30
string cmd = PluginMain . SCSettings . TortoiseGITProcPath ;
31
31
if ( cmd != null && File . Exists ( cmd ) ) return cmd ;
32
- if ( String . IsNullOrEmpty ( cmd ) ) cmd = "TortoiseProc .exe" ;
32
+ if ( String . IsNullOrEmpty ( cmd ) ) cmd = "TortoiseGitProc .exe" ;
33
33
return ResolveTortoiseProcPath ( cmd ) ;
34
34
}
35
35
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ static private string GetTortoiseProc()
31
31
{
32
32
string cmd = PluginMain . SCSettings . TortoiseHGProcPath ;
33
33
if ( cmd != null && File . Exists ( cmd ) ) return cmd ;
34
- if ( String . IsNullOrEmpty ( cmd ) ) cmd = "hgtk " ;
34
+ if ( String . IsNullOrEmpty ( cmd ) ) cmd = "thgw.exe " ;
35
35
return ResolveTortoiseProcPath ( cmd ) ;
36
36
}
37
37
You can’t perform that action at this time.
0 commit comments