Skip to content

Commit 999eff3

Browse files
committed
Remove leftover TODO & add comment to TDBUpdateDlg class.
1 parent 8932002 commit 999eff3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Src/FmDBUpdateDlg.pas

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212

1313
unit FmDBUpdateDlg;
1414

15-
// TODO -cHelp: Make help button visible once help topic is created.
1615

1716
interface
1817

18+
1919
uses
2020
// Project
2121
SysUtils,
@@ -41,6 +41,8 @@ interface
4141
UDBUpdateMgr;
4242

4343
type
44+
/// <summary>Wizard dialogue box that handles the updating of the main
45+
/// DelphiDabbler Code Snippets database from disk.</summary>
4446
TDBUpdateDlg = class(TWizardDlg, INoPublicConstruct)
4547
tsIntro: TTabSheet;
4648
tsFolder: TTabSheet;

0 commit comments

Comments
 (0)