summaryrefslogtreecommitdiff
path: root/plugins/Popup/src/icons.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Popup/src/icons.h')
-rw-r--r--plugins/Popup/src/icons.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/Popup/src/icons.h b/plugins/Popup/src/icons.h
index df52aed4ef..06b873b71b 100644
--- a/plugins/Popup/src/icons.h
+++ b/plugins/Popup/src/icons.h
@@ -2,9 +2,9 @@
Popup Plus plugin for Miranda IM
Copyright © 2002 Luca Santarelli,
- © 2004-2007 Victor Pavlychko
- © 2010 MPK
- © 2010 Merlin_de
+© 2004-2007 Victor Pavlychko
+© 2010 MPK
+© 2010 Merlin_de
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
@@ -65,6 +65,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#define ICO_OPT_BLOCK MODULNAME"_opt_block"
void InitIcons();
-HICON IcoLib_GetIcon(LPCSTR pszIcon, bool big=false);
+HICON IcoLib_GetIcon(LPCSTR pszIcon, bool big = false);
#endif // __icons_h__