diff options
author | George Hazan <george.hazan@gmail.com> | 2015-04-15 15:49:19 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-04-15 15:49:19 +0000 |
commit | 898fb29993b51a46f7ebd9e28b37448ce7f90f7a (patch) | |
tree | b62457a3222d67161a09402497e49d1cab264cd8 /plugins/HistoryPlusPlus | |
parent | a697754351436b6d0066b77b0fd71aeb8c45be3d (diff) |
and also in h++
git-svn-id: http://svn.miranda-ng.org/main/trunk@12841 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/HistoryPlusPlus')
-rw-r--r-- | plugins/HistoryPlusPlus/historypp.dpr | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/HistoryPlusPlus/historypp.dpr b/plugins/HistoryPlusPlus/historypp.dpr index 96b528ec1a..d9aa22378e 100644 --- a/plugins/HistoryPlusPlus/historypp.dpr +++ b/plugins/HistoryPlusPlus/historypp.dpr @@ -431,8 +431,6 @@ var odp: TOPTIONSDIALOGPAGE;
begin
ZeroMemory(@odp,SizeOf(odp));
- odp.cbSize := sizeof(odp);
- odp.Position := 0;
odp.hInstance := hInstance;
odp.pszTemplate := MakeIntResourceA(IDD_OPT_HISTORYPP);
odp.szTitle.a := 'History';
|