diff options
author | Alexey Kulakov <panda75@bk.ru> | 2012-07-13 12:05:09 +0000 |
---|---|---|
committer | Alexey Kulakov <panda75@bk.ru> | 2012-07-13 12:05:09 +0000 |
commit | a79fa86ed589c3d843baa932230ef08bc7468296 (patch) | |
tree | 98339a8ea73acfffbea00ca607c6525e89657ac6 /plugins/HistoryPlusPlus/HistoryGrid.pas | |
parent | a87fb51fd8597af4909892f0e12010594e935586 (diff) |
partial code beautifier (through Pascal Analizer)
git-svn-id: http://svn.miranda-ng.org/main/trunk@947 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/HistoryPlusPlus/HistoryGrid.pas')
-rw-r--r-- | plugins/HistoryPlusPlus/HistoryGrid.pas | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/plugins/HistoryPlusPlus/HistoryGrid.pas b/plugins/HistoryPlusPlus/HistoryGrid.pas index 254c65b0aa..b6fd436690 100644 --- a/plugins/HistoryPlusPlus/HistoryGrid.pas +++ b/plugins/HistoryPlusPlus/HistoryGrid.pas @@ -83,8 +83,7 @@ uses Menus,
StrUtils, WideStrUtils,
StdCtrls, Math, mmsystem,
- hpp_global, hpp_contacts, hpp_itemprocess, hpp_events, hpp_eventfilters,
- hpp_richedit, hpp_olesmileys, m_api,
+ hpp_global, hpp_richedit, m_api,
Contnrs,
VertSB,
RichEdit, ShellAPI;
@@ -807,6 +806,7 @@ implementation uses
hpp_options, hpp_arrays, hpp_strparser,
+ hpp_contacts, hpp_itemprocess, hpp_events, hpp_eventfilters, hpp_olesmileys,
ComObj;
type
@@ -902,7 +902,7 @@ end; procedure Register;
begin
- RegisterComponents('History++', [THistoryGrid]);
+ RegisterComponents(hppName, [THistoryGrid]);
end;
{ THistoryGrid }
@@ -3613,7 +3613,7 @@ begin {$ENDIF}
MaxSBPos := Count - 1;
exit;
-
+ //!!!!!
if SumHeight < ClientHeight then
begin
idx := GetPrev(GetIdx(Count));
@@ -4438,7 +4438,6 @@ begin end;
const
- BT_BACKSPACE = #8;
// #9 -- TAB
// #13 -- ENTER
// #27 -- ESC
|