Browse Source

The SFTP server and Shell edit boxes on the Advanced Site settings dialog use path-style word-breaking

Source commit: ce7c96e6e857820370640e60af7458e59032a401
Martin Prikryl 9 years ago
parent
commit
0de66e33c4
1 changed files with 2 additions and 0 deletions
  1. 2 0
      source/forms/SiteAdvanced.cpp

+ 2 - 0
source/forms/SiteAdvanced.cpp

@@ -1017,6 +1017,8 @@ void __fastcall TSiteAdvancedDialog::FormShow(TObject * /*Sender*/)
   InstallPathWordBreakProc(LocalDirectoryEdit);
   InstallPathWordBreakProc(RecycleBinPathEdit);
   InstallPathWordBreakProc(TlsCertificateFileEdit);
+  InstallPathWordBreakProc(SftpServerEdit);
+  InstallPathWordBreakProc(ShellEdit);
 
   ChangePage(EnvironmentSheet);