Sfoglia il codice sorgente

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

Source commit: ce7c96e6e857820370640e60af7458e59032a401
Martin Prikryl 9 anni fa
parent
commit
0de66e33c4
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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);