diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-01-03 12:30:10 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-01-03 12:30:10 +0000 |
commit | d21719f0c1e1206b194ba4b8ef4e1f10c304fb52 (patch) | |
tree | 16e438e6ece8c0ff81fbc4ecf4ab6827d2275f37 /plugins/HistoryPlusPlus | |
parent | 7f92ca9ddeded7b583dad149cf1b24227c14ec5a (diff) |
changed plugin name
git-svn-id: http://svn.miranda-ng.org/main/trunk@2923 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/HistoryPlusPlus')
-rw-r--r-- | plugins/HistoryPlusPlus/hpp_global.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/HistoryPlusPlus/hpp_global.pas b/plugins/HistoryPlusPlus/hpp_global.pas index 263bdc81a2..31ad4b1508 100644 --- a/plugins/HistoryPlusPlus/hpp_global.pas +++ b/plugins/HistoryPlusPlus/hpp_global.pas @@ -149,7 +149,7 @@ const const
hppName = 'History++';
- hppShortName = 'History++ (2in1)';
+ hppShortName = 'History++';
hppShortNameV = hppShortName{$IFDEF ALPHA}+' [alpha '+{$I 'alpha.inc'}+']'{$ENDIF};
hppDBName = 'HistoryPlusPlus';
hppVerMajor = {MAJOR_VER}1{/MAJOR_VER};
|