Skip to content

Commit ace8b38

Browse files
author
delphidabbler
committed
Modify text displayed on About Box Database tab to link to help topic about installing DB.
Needed to add an a-link help keyword to update task help topic to permit it to be displayed from a link in About Box
1 parent b822098 commit ace8b38

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

Src/Help/HTML/task_update.htm

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@
1717
<link rel="stylesheet" href="../css/codesnip.css" type="text/css">
1818
</head>
1919
<body>
20+
<object
21+
type="application/x-oleobject"
22+
classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e"
23+
>
24+
<param name="ALink Name" value="TaskUpdateCSDB">
25+
</object>
2026
<h1>
2127
Install or Update the DelphiDabbler Code Snippets Database
2228
</h1>

Src/Res/HTML/dlg-about-database-tplt.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,11 @@
9999
<div style="<%DBNotAvailable%>">
100100

101101
<p>
102-
<strong>The database is not loaded.</strong> You can get it by following the instructions in the <em>Install or Update DelphiDabbler Snippets Database</em> dialogue box that is displayed from the <em>Database | Install or Update DelphiDabbler Snippets Database</em> menu option.
102+
<strong>The database is not installed.</strong>
103+
</p>
104+
105+
<p>
106+
You can install it from the <em>Database | Install or Update DelphiDabbler Snippets Database</em> menu option. <a class="help-link" href="help:TaskUpdateCSDB">Learn more</a>.
103107
</p>
104108

105109
</div>

0 commit comments

Comments
 (0)