瀏覽代碼

Removing "Preferred" from "Preferred SSH protocol version"

Source commit: 7da307d3eca3459999bc421ea700800efacf0425
Martin Prikryl 9 年之前
父節點
當前提交
1d835ce568
共有 2 個文件被更改,包括 5 次插入5 次删除
  1. 4 4
      source/forms/SiteAdvanced.dfm
  2. 1 1
      source/forms/SiteAdvanced.h

+ 4 - 4
source/forms/SiteAdvanced.dfm

@@ -1714,12 +1714,12 @@ object SiteAdvancedDialog: TSiteAdvancedDialog
           DesignSize = (
             393
             71)
-          object Label7: TLabel
+          object Label37: TLabel
             Left = 12
             Top = 42
-            Width = 152
+            Width = 103
             Height = 13
-            Caption = 'Preferred SSH protocol version:'
+            Caption = 'SSH protocol version:'
             FocusControl = SshProtCombo2
           end
           object CompressionCheck: TCheckBox
@@ -1742,7 +1742,7 @@ object SiteAdvancedDialog: TSiteAdvancedDialog
             TabOrder = 1
             OnChange = DataChange
             Items.Strings = (
-              '1'
+              '1 (insecure)'
               '2')
           end
         end

+ 1 - 1
source/forms/SiteAdvanced.h

@@ -29,7 +29,7 @@ __published:
   TPageControl *PageControl;
   TTabSheet *AdvancedSheet;
   TGroupBox *ProtocolGroup;
-  TLabel *Label7;
+  TLabel *Label37;
   TCheckBox *CompressionCheck;
   TTabSheet *EnvironmentSheet;
   TTabSheet *ScpSheet;