diff options
author | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-11-26 15:41:10 +0000 |
---|---|---|
committer | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-11-26 15:41:10 +0000 |
commit | f04d64869f3b1de54fb343f28f955584780001b8 (patch) | |
tree | 5453dc10de3d980de79ffe019fa0b5fcb692a27d /Tooltip_Notify/src/Settings.h | |
parent | 7aff1e4cb053394db57c2814d5fe1e6493e0cc75 (diff) |
Project folders rename part 3
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@215 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'Tooltip_Notify/src/Settings.h')
-rw-r--r-- | Tooltip_Notify/src/Settings.h | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/Tooltip_Notify/src/Settings.h b/Tooltip_Notify/src/Settings.h deleted file mode 100644 index ce705ef..0000000 --- a/Tooltip_Notify/src/Settings.h +++ /dev/null @@ -1,42 +0,0 @@ -//
-// Settings.h
-//
-
-#pragma once
-
-// Settings related
-#define DEF_LOGPIXELSY 96
-#define PROTO_TT_ON_INT_BIT 0x01
-#define PROTO_TT_ON_USER_BIT 0x02
-#define SHOW_HIDE_CLIST 1
-#define OPEN_MSGDLG 2
-
-// Default settings
-#define DEF_SETTING_FIRSTRUN 1 //
-#define DEF_SETTING_DURATION 550*6 // tooltip showing duration
-#define DEF_SETTING_ONLINE 1 // 1: On, 0: Off
-#define DEF_SETTING_OFFLINE 1 // 1: On, 0: Off
-#define DEF_SETTING_OTHER 0 // 1: On, 0: Off
-#define DEF_SETTING_TYPING 0 // 1: On, 0: Off
-#define DEF_SETTING_X2 1 // 1: On, 0: Off
-#define DEF_SETTING_CONJSOLN 0 // 1: On, 0: Off
-#define DEF_SETTING_BALLONTIP 0 // 1: On, 0: Off
-#define DEF_SETTING_DEF_POS 1 // 1: On, 0: Off
-#define DEF_SETTING_DEF_XPOS 600 //
-#define DEF_SETTING_DEF_YPOS 500 //
-#define DEF_SETTING_TRANSP 0
-#define DEF_SETTING_ALPHA 255
-#define DEF_SETTING_TRANSP_INPUT 0
-#define DEF_SETTING_PREFIX_PROTO 0
-#define DEF_SETTING_LDBLCLICK SHOW_HIDE_CLIST
-#define DEF_SETTING_BGCOLOR GetSysColor(COLOR_INFOBK)
-#define DEF_SETTING_TXTCOLOR GetSysColor(COLOR_INFOTEXT)
-#define DEF_SETTING_FONT_FACE _T("Tahoma")
-#define DEF_SETTING_FONT_SIZE 8
-#define DEF_SETTING_FONT_STYLE 0
-#define DEF_SETTING_FONT_CHARSET DEFAULT_CHARSET
-#define DEF_SETTING_STARTUP_DELAY 10
-#define DEF_SETTING_IGNORE_UNKNOWN FALSE
-#define DEF_SETTING_IGNORE_NEW FALSE
-
-
|