diff options
author | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-11-26 12:49:09 +0000 |
---|---|---|
committer | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-11-26 12:49:09 +0000 |
commit | 308b14daa23b11367b677d24194f35cbb6a7dbec (patch) | |
tree | 2a30985f29749384253b5eab1c3d70d4a0cab2c1 /kbdnotify/options.c | |
parent | 93d3575dff1db593b516821478510a4fecf0649e (diff) |
updated KeyboardNotify
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@212 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'kbdnotify/options.c')
-rw-r--r-- | kbdnotify/options.c | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/kbdnotify/options.c b/kbdnotify/options.c index 6b08cda..57ea559 100644 --- a/kbdnotify/options.c +++ b/kbdnotify/options.c @@ -30,15 +30,15 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "protolist.h" #include "EnumProc.h" #include "utils.h"
-#include "../headers_c/newpluginapi.h" -#include "../headers_c/m_clc.h" -#include "../headers_c/m_clist.h" -#include "../headers_c/m_database.h" -#include "../headers_c/m_langpack.h" -#include "../headers_c/m_options.h" -#include "../headers_c/m_protosvc.h" -#include "../headers_c/m_protocols.h" -#include "../headers_c/m_icq.h"
+#include <newpluginapi.h> +#include <m_clc.h> +#include <m_clist.h> +#include <m_database.h> +#include <m_langpack.h> +#include <m_options.h> +#include <m_protosvc.h> +#include <m_protocols.h> +#include <m_icq.h>
#define IDI_BLANK 200
|