diff options
author | George Hazan <george.hazan@gmail.com> | 2013-11-28 11:25:09 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-11-28 11:25:09 +0000 |
commit | 473874d83a356ea7ec78588c96fb47ff0115e5f0 (patch) | |
tree | 1c2e3e55a7cba90ffb13b0c8e5006e7aa231c274 /plugins/HistoryPlusPlus/EmptyHistoryForm.dfm | |
parent | c428eb13c81273c9a51af3afed7a5c2802adf0e2 (diff) |
fix for the history eraser form in h++
git-svn-id: http://svn.miranda-ng.org/main/trunk@7000 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/HistoryPlusPlus/EmptyHistoryForm.dfm')
-rw-r--r-- | plugins/HistoryPlusPlus/EmptyHistoryForm.dfm | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/plugins/HistoryPlusPlus/EmptyHistoryForm.dfm b/plugins/HistoryPlusPlus/EmptyHistoryForm.dfm index bac2a324d4..8bc9997da0 100644 --- a/plugins/HistoryPlusPlus/EmptyHistoryForm.dfm +++ b/plugins/HistoryPlusPlus/EmptyHistoryForm.dfm @@ -70,17 +70,6 @@ object EmptyHistoryFrm: TEmptyHistoryFrm ModalResult = 7
TabOrder = 1
end
- object btCancel: TButton
- Left = 168
- Top = 0
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- Default = True
- ModalResult = 2
- TabOrder = 2
- end
end
object paContacts: TPanel
Left = 0
|