summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2013-07-06 12:01:14 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2013-07-06 12:01:14 +0000
commitecbda9bae58700987dcb77730f54dfc37b3ff9c5 (patch)
tree01cb1a219c186f0b6093c8a2cb4cd492e997c755
parent9aa4ea6180f6f4fcc0d8340ad992ab2614b5a3b9 (diff)
- cosmetic (patch from RMN)
git-svn-id: http://svn.miranda-ng.org/main/trunk@5242 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r--plugins/NewXstatusNotify/res/resource.rc2
-rw-r--r--plugins/Scriver/src/globals.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/NewXstatusNotify/res/resource.rc b/plugins/NewXstatusNotify/res/resource.rc
index 5c864d9f89..b537e95902 100644
--- a/plugins/NewXstatusNotify/res/resource.rc
+++ b/plugins/NewXstatusNotify/res/resource.rc
@@ -253,7 +253,7 @@ BEGIN
EDITTEXT IDC_ED_TCHANGEMSG,89,87,202,12,ES_AUTOHSCROLL
EDITTEXT IDC_ED_TREMOVE,89,104,202,12,ES_AUTOHSCROLL
EDITTEXT IDC_ED_TDELIMITER,259,121,32,12,ES_AUTOHSCROLL
- RTEXT "Title - text delimiter:",IDC_STATIC,145,123,111,8
+ RTEXT "Title - text delimiter:",IDC_STATIC,89,123,167,8
CONTROL "Remove:",IDC_CHK_REMOVE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,11,106,73,10
CONTROL "New message:",IDC_CHK_MSGCHANGE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,11,88,73,10
CONTROL "New status:",IDC_CHK_XSTATUSCHANGE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,11,70,73,10
diff --git a/plugins/Scriver/src/globals.cpp b/plugins/Scriver/src/globals.cpp
index 74bbf8e09d..8222eadb46 100644
--- a/plugins/Scriver/src/globals.cpp
+++ b/plugins/Scriver/src/globals.cpp
@@ -75,7 +75,7 @@ static IconItem iconList[] =
{ LPGEN("Show userlist"), "chat_nicklist2", IDI_NICKLIST2 }, // 13
{ LPGEN("Icon overlay"), "chat_overlay", IDI_OVERLAY }, // 14
{ LPGEN("Status 1 (10x10)"), "chat_status0", IDI_STATUS0, 10}, // 15
- { LPGEN("Status 2 (10x10"), "chat_status1", IDI_STATUS1, 10}, // 16
+ { LPGEN("Status 2 (10x10)"), "chat_status1", IDI_STATUS1, 10}, // 16
{ LPGEN("Status 3 (10x10)"), "chat_status2", IDI_STATUS2, 10}, // 17
{ LPGEN("Status 4 (10x10)"), "chat_status3", IDI_STATUS3, 10}, // 18
{ LPGEN("Status 5 (10x10)"), "chat_status4", IDI_STATUS4, 10}, // 19