From c4582dd65b444e5dae29ada7cc3f6c9a9c20edf3 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 2 Dec 2012 18:19:49 +0000 Subject: new easy standard way of registering icons: Icon_Register git-svn-id: http://svn.miranda-ng.org/main/trunk@2601 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/NotesAndReminders/src/globals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/NotesAndReminders/src/globals.h') diff --git a/plugins/NotesAndReminders/src/globals.h b/plugins/NotesAndReminders/src/globals.h index ecdae3cf1c..83fd2ce3ae 100644 --- a/plugins/NotesAndReminders/src/globals.h +++ b/plugins/NotesAndReminders/src/globals.h @@ -138,7 +138,7 @@ extern int g_notesListGeom[4]; extern int g_notesListColGeom[4]; extern HWND HKHwnd; -extern HANDLE hIconLibItem[]; +extern IconItem iconList[]; // these defs are only used to emphasize that SYSTEMTIMEtoFILETIME/FILETIMEtoSYSTEMTIME only convert the data type, // it does not apply any time conversion/correction like UTC to local etc. (if input is local, then output is local too) -- cgit v1.2.3