浏览代码

Updating help links to documentation updated for 6.0

Source commit: c1abf93b1a69ba236c998908aed527c5d9f9b8fd
Martin Prikryl 2 年之前
父节点
当前提交
239d6e3c62
共有 4 个文件被更改,包括 11 次插入11 次删除
  1. 7 7
      source/forms/NonVisual.dfm
  2. 1 1
      source/forms/ScpCommander.dfm
  3. 1 1
      source/forms/ScpExplorer.dfm
  4. 2 2
      source/resource/HelpWin.h

+ 7 - 7
source/forms/NonVisual.dfm

@@ -634,7 +634,7 @@ object NonVisualDataModule: TNonVisualDataModule
       Tag = 15
       Category = 'Tab'
       Caption = '&Close Tab'
-      HelpKeyword = 'task_connections#closing'
+      HelpKeyword = 'ui_tabs#working'
       Hint = 'Close the current tab'
       ImageIndex = 26
       SecondaryShortCuts.Strings = (
@@ -1386,7 +1386,7 @@ object NonVisualDataModule: TNonVisualDataModule
       Tag = 15
       Category = 'Tab'
       Caption = '&Opened Tabs'
-      HelpKeyword = 'task_connections#switch'
+      HelpKeyword = 'ui_tabs#switch'
       Hint = 'Select tab|Select tab to activate'
       ImageIndex = 62
     end
@@ -1394,7 +1394,7 @@ object NonVisualDataModule: TNonVisualDataModule
       Tag = 15
       Category = 'Tab'
       Caption = 'Du&plicate Tab'
-      HelpKeyword = 'ui_sessiontabs'
+      HelpKeyword = 'ui_tabs'
       Hint = 
         'Duplicate tab|Open new tab with the same folder (hold down Shift' +
         ' to open the tab in new window)'
@@ -2276,7 +2276,7 @@ object NonVisualDataModule: TNonVisualDataModule
       Tag = 15
       Category = 'Tab'
       Caption = '&Rename Tab'
-      HelpKeyword = 'ui_sessiontabs'
+      HelpKeyword = 'ui_tabs#renaming'
       Hint = 'Rename tab|Changes the name of the current tab'
     end
     object CurrentCopyToClipboardAction2: TAction
@@ -2382,7 +2382,7 @@ object NonVisualDataModule: TNonVisualDataModule
       Tag = 15
       Category = 'Tab'
       Caption = '&New Tab'
-      HelpKeyword = 'ui_tabs#new'
+      HelpKeyword = 'ui_tabs#working'
       Hint = 'Open new tab'
       ImageIndex = 115
     end
@@ -2390,7 +2390,7 @@ object NonVisualDataModule: TNonVisualDataModule
       Tag = 11
       Category = 'Tab'
       Caption = '&Local Tab'
-      HelpKeyword = 'ui_tabs#new'
+      HelpKeyword = 'ui_tabs#working'
       Hint = 'Open new tab with two local panels'
       ImageIndex = 115
       ShortCut = 24654
@@ -2399,7 +2399,7 @@ object NonVisualDataModule: TNonVisualDataModule
       Tag = 11
       Category = 'Tab'
       Caption = '&Remote Tab'
-      HelpKeyword = 'ui_tabs#new'
+      HelpKeyword = 'ui_tabs#working'
       Hint = 'Open new tab with one local panel and one remote session panel'
       ImageIndex = 25
       ShortCut = 16462

+ 1 - 1
source/forms/ScpCommander.dfm

@@ -411,7 +411,7 @@ inherited ScpCommanderForm: TScpCommanderForm
       end
       object TBXSubmenuItem29: TTBXSubmenuItem
         Caption = '&Tab'
-        HelpKeyword = 'ui_sessiontabs'
+        HelpKeyword = 'ui_commander_menu#tab'
         Hint = 'Tab commands'
         object TBXSubmenuItem30: TTBXSubmenuItem
           Action = NonVisualDataModule.NewTabAction

+ 1 - 1
source/forms/ScpExplorer.dfm

@@ -288,7 +288,7 @@ inherited ScpExplorerForm: TScpExplorerForm
       end
       object TBXSubmenuItem29: TTBXSubmenuItem
         Caption = '&Tab'
-        HelpKeyword = 'ui_sessiontabs'
+        HelpKeyword = 'ui_explorer_menu#tab'
         Hint = 'Tab commands'
         object TBXItem166: TTBXItem
           Action = NonVisualDataModule.CloseTabAction

+ 2 - 2
source/resource/HelpWin.h

@@ -61,7 +61,7 @@
 #define HELP_FILTER                  "ui_filter"
 #define HELP_LOGIN_AUTHORIZED_KEYS   "guide_public_key"
 #define HELP_READONLY_INI_FILE       "config#ini_readonly"
-#define HELP_SESSION_RENAME          "task_connections#renaming"
+#define HELP_SESSION_RENAME          "ui_tabs#renaming"
 #define HELP_DD_TARGET_UNKNOWN       "ui_pref_dragdrop#fake_file"
 #define HELP_FILE_COLORS             "ui_file_color"
 #define HELP_AUTOMATIC_UPDATE        "updates#automatic_upgrade"
@@ -69,7 +69,7 @@
 #define HELP_PUTTY_SETTINGS          "ui_login_environment#putty"
 #define HELP_CLOSE_SESSION_WORKSPACE "workspace"
 #define HELP_ADD_EXTENSION           "ui_pref_commands#extensions"
-#define HELP_TOO_MANY_SESSIONS       "ui_sessiontabs"
+#define HELP_TOO_MANY_SESSIONS       "ui_tabs"
 #define HELP_STORE_TRANSITION        "microsoft_store#transitioning"
 
 #endif // TextsWin