diff options
author | George Hazan <george.hazan@gmail.com> | 2013-11-26 15:28:09 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-11-26 15:28:09 +0000 |
commit | 19cab1ca9696845a338a17c9bad3788aa4ec7bc2 (patch) | |
tree | e7e8712794e7e78136d7eb101fa876124916e2d6 /plugins/HistoryPlusPlus/HistoryControls_Design.pas | |
parent | a24244a8159143a07208a91a6314680856d45a9e (diff) |
password protection removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@6988 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/HistoryPlusPlus/HistoryControls_Design.pas')
-rw-r--r-- | plugins/HistoryPlusPlus/HistoryControls_Design.pas | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/HistoryPlusPlus/HistoryControls_Design.pas b/plugins/HistoryPlusPlus/HistoryControls_Design.pas index 4c0a90e85e..eef18cabe3 100644 --- a/plugins/HistoryPlusPlus/HistoryControls_Design.pas +++ b/plugins/HistoryPlusPlus/HistoryControls_Design.pas @@ -27,7 +27,7 @@ procedure Register; implementation
-uses Classes, HistoryControls, DesignIntf, DesignEditors;
+uses Classes, HistoryControls, HistoryGrid, DesignIntf, DesignEditors;
type
@@ -43,6 +43,7 @@ begin RegisterComponents('History++', [THppToolButton]);
RegisterComponents('History++', [THppSpeedButton]);
RegisterComponents('History++', [THppGroupBox]);
+ RegisterComponents('THistoryGrid', [THistoryGrid]);
RegisterCustomModule(THppForm, THppFormCustomModule);
{RegisterComponents('History++', [THppSaveDialog]);}
end;
|