summaryrefslogtreecommitdiff
path: root/plugins/HistoryLinkListPlus
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/HistoryLinkListPlus')
-rw-r--r--plugins/HistoryLinkListPlus/linklist.c2
-rw-r--r--plugins/HistoryLinkListPlus/linklist.h1
-rw-r--r--plugins/HistoryLinkListPlus/linklist_dlg.c1
3 files changed, 1 insertions, 3 deletions
diff --git a/plugins/HistoryLinkListPlus/linklist.c b/plugins/HistoryLinkListPlus/linklist.c
index cd4f59f056..4f32a7a4a9 100644
--- a/plugins/HistoryLinkListPlus/linklist.c
+++ b/plugins/HistoryLinkListPlus/linklist.c
@@ -260,7 +260,7 @@ static INT_PTR LinkList_Main(WPARAM wParam,LPARAM lParam)
{
free(dbe.pBlob);
RemoveList(listStart);
- MessageBox(NULL, TranslateTS("Could not allocate memory!"), TranslateT("Error"), MB_OK | MB_ICONEXCLAMATION);
+ MessageBox(NULL, TranslateT("Could not allocate memory!"), TranslateT("Error"), MB_OK | MB_ICONEXCLAMATION);
return -1;
}
}
diff --git a/plugins/HistoryLinkListPlus/linklist.h b/plugins/HistoryLinkListPlus/linklist.h
index 297ee3fd8f..4d56733a7d 100644
--- a/plugins/HistoryLinkListPlus/linklist.h
+++ b/plugins/HistoryLinkListPlus/linklist.h
@@ -131,7 +131,6 @@ typedef struct{
BOOL WINAPI DllMain(HINSTANCE ,DWORD ,LPVOID );
int __declspec(dllexport) Load(PLUGINLINK*);
-__declspec(dllexport) PLUGININFO* MirandaPluginInfo(DWORD);
int __declspec(dllexport) Unload(void);
static INT_PTR LinkList_Main(WPARAM, LPARAM);
int InitOptionsDlg(WPARAM, LPARAM);
diff --git a/plugins/HistoryLinkListPlus/linklist_dlg.c b/plugins/HistoryLinkListPlus/linklist_dlg.c
index c416e0121a..150e7d7d29 100644
--- a/plugins/HistoryLinkListPlus/linklist_dlg.c
+++ b/plugins/HistoryLinkListPlus/linklist_dlg.c
@@ -40,7 +40,6 @@
extern HINSTANCE hInst;
extern HANDLE hWindowList;
-extern PLUGININFO pluginInfo;
extern HCURSOR splitCursor;
MYCOLOURSET colourSet;