diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/SkypeStatusChange/res/SkypeStatusChange.rc | 2 | ||||
-rw-r--r-- | plugins/SkypeStatusChange/src/Version.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/SkypeStatusChange/res/SkypeStatusChange.rc b/plugins/SkypeStatusChange/res/SkypeStatusChange.rc index 16f5cb194b..f55a924098 100644 --- a/plugins/SkypeStatusChange/res/SkypeStatusChange.rc +++ b/plugins/SkypeStatusChange/res/SkypeStatusChange.rc @@ -87,7 +87,7 @@ BEGIN LTEXT "&Check any protocol or any status to exclude it from synchronization:",IDC_STATIC,7,13,298,8
CONTROL "",IDC_TREE_PROTOCOLS,"SysTreeView32",WS_BORDER | WS_HSCROLL | WS_TABSTOP,16,26,225,146
CONTROL "Synchronize if current status differs from previous one",IDC_CHECK_STATUSES,
- "Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,194,194,10
+ "Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,194,284,10
END
diff --git a/plugins/SkypeStatusChange/src/Version.h b/plugins/SkypeStatusChange/src/Version.h index 6af144d9ef..5c48ad0b98 100644 --- a/plugins/SkypeStatusChange/src/Version.h +++ b/plugins/SkypeStatusChange/src/Version.h @@ -7,7 +7,7 @@ #define __PLUGIN_NAME "SkypeStatusChange"
#define __FILENAME "SkypeStatusChange.dll"
-#define __DESCRIPTION "Skype Status Change according to miranda-Status"
+#define __DESCRIPTION "Skype Status Change according to miranda-Status."
#define __AUTHOR "Dioksin"
#define __AUTHOREMAIL "dioksin@ua.fm"
#define __AUTHORWEB "http://miranda-ng.org/"
|