diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/SMS/res/resource.rc | 2 | ||||
-rw-r--r-- | plugins/SMS/src/SMSConstans.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/SMS/res/resource.rc b/plugins/SMS/res/resource.rc index 430840d809..1f8eb7c957 100644 --- a/plugins/SMS/res/resource.rc +++ b/plugins/SMS/res/resource.rc @@ -70,7 +70,7 @@ BEGIN PUSHBUTTON "Multiple >>",IDC_MULTIPLE,232,17,45,11
LTEXT "Enter message:",IDC_ST_ENTERMESSAGE,2,32,76,9
RTEXT "Chars:",IDC_ST_CHARS,207,32,34,8
- RTEXT "%d/160",IDC_COUNT,242,32,35,8,SS_NOPREFIX | SS_SUNKEN
+ RTEXT "",IDC_COUNT,242,32,35,8,SS_NOPREFIX | SS_SUNKEN
EDITTEXT IDC_MESSAGE,2,42,275,84,ES_MULTILINE | ES_AUTOVSCROLL | ES_WANTRETURN | WS_VSCROLL,WS_EX_CLIENTEDGE
DEFPUSHBUTTON "&Send",IDOK,73,130,50,14
PUSHBUTTON "&Close",IDCANCEL,143,130,50,14
diff --git a/plugins/SMS/src/SMSConstans.h b/plugins/SMS/src/SMSConstans.h index d76888d622..710aed57ba 100644 --- a/plugins/SMS/src/SMSConstans.h +++ b/plugins/SMS/src/SMSConstans.h @@ -4,7 +4,7 @@ #define PROTOCOL_NAMEA "SMSPlugin"
#define PROTOCOL_NAME_LEN (sizeof(PROTOCOL_NAMEA)-1)
#define PROTOCOL_NAME_SIZE sizeof(PROTOCOL_NAMEA)
-#define PROTOCOL_DISPLAY_NAME_ORIG LPGEN("SMS")
+#define PROTOCOL_DISPLAY_NAME_ORIG "SMS"
#define TIMEOUT_MSGSEND 60000 // send sms timeout
#define MIN_SMS_DBEVENT_LEN 4 // для фильтрации событий авторизации от джабер плагина
|