diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2012-12-21 19:34:30 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2012-12-21 19:34:30 +0000 |
commit | c4dbf1536557ea95a512c833575fa14c10e5ea2a (patch) | |
tree | cb1f4629038b6349f6ce0797ecc15be94e19bd8f /protocols/Gadu-Gadu/src/gg.h | |
parent | e0030d9abd9ecd7bf4ab41a7269c051601576a2d (diff) |
GaduGadu:
- fixed menu icons
git-svn-id: http://svn.miranda-ng.org/main/trunk@2784 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Gadu-Gadu/src/gg.h')
-rw-r--r-- | protocols/Gadu-Gadu/src/gg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Gadu-Gadu/src/gg.h b/protocols/Gadu-Gadu/src/gg.h index 0885779876..8b5a5b313b 100644 --- a/protocols/Gadu-Gadu/src/gg.h +++ b/protocols/Gadu-Gadu/src/gg.h @@ -295,6 +295,7 @@ extern HINSTANCE hInstance; extern CLIST_INTERFACE *pcli;
extern list_t g_Instances;
extern PLUGININFOEX pluginInfo;
+extern IconItem iconList[];
// Screen saver
#ifndef SPI_GETSCREENSAVERRUNNING
|