diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-09-18 08:41:45 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-09-18 08:41:45 +0000 |
commit | 825695b0431ed2dbde2a84c42afeb3422ec04bc2 (patch) | |
tree | d1bab690b11ff1839dd95b8b21a50154aeca193a /plugins/MirandaNGHistoryToDB/MirandaNGHistoryToDB.dpr | |
parent | 47dc7e18954f0bb0a39e59dda9e8ad18a6a3bd0b (diff) |
double ;; removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@6125 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirandaNGHistoryToDB/MirandaNGHistoryToDB.dpr')
-rw-r--r-- | plugins/MirandaNGHistoryToDB/MirandaNGHistoryToDB.dpr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MirandaNGHistoryToDB/MirandaNGHistoryToDB.dpr b/plugins/MirandaNGHistoryToDB/MirandaNGHistoryToDB.dpr index 3f59234df9..82768f86cd 100644 --- a/plugins/MirandaNGHistoryToDB/MirandaNGHistoryToDB.dpr +++ b/plugins/MirandaNGHistoryToDB/MirandaNGHistoryToDB.dpr @@ -631,7 +631,7 @@ begin Si.Position := 500060000;
Si.szName.a := pAnsiChar(AnsiString(Format(WideStringToString(GetLangStr('IMButtonCaption'), CP_ACP), [htdPluginShortName])));
Si.pszService := MS_MHTD_SHOWHISTORY;//MS_HISTORY_SHOWCONTACTHISTORY;
- Si.hIcon := LoadImage(hInstance,'ICON_0',IMAGE_ICON,16,16,0);;
+ Si.hIcon := LoadImage(hInstance,'ICON_0',IMAGE_ICON,16,16,0);
HookSystemHistoryMenu := CallService(MS_CLIST_ADDMAINMENUITEM,0,LPARAM(@Si));
//{$endif REPLDEFHISTMOD}
// Создаем свой пункт в меню контакта
|