diff options
author | George Hazan <george.hazan@gmail.com> | 2015-02-06 23:36:02 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-02-06 23:36:02 +0000 |
commit | b2f86045d3b3dc2a454f127f186429b60e493072 (patch) | |
tree | f56c5696ef3ebf62b1a97e4abbfcbc332adbbd28 /protocols/WhatsApp/res | |
parent | 8c6ce1ceb218db86d059372e18277c16b1ab20cb (diff) |
merge from branch
git-svn-id: http://svn.miranda-ng.org/main/trunk@12029 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/WhatsApp/res')
-rw-r--r-- | protocols/WhatsApp/res/add-user-to-group.ico | bin | 1150 -> 0 bytes | |||
-rw-r--r-- | protocols/WhatsApp/res/change-group-subject.ico | bin | 1150 -> 0 bytes | |||
-rw-r--r-- | protocols/WhatsApp/res/leave-group.ico | bin | 1150 -> 0 bytes | |||
-rw-r--r-- | protocols/WhatsApp/res/remove-user-from-group.ico | bin | 1150 -> 0 bytes | |||
-rw-r--r-- | protocols/WhatsApp/res/whatsapp.rc | 25 |
5 files changed, 11 insertions, 14 deletions
diff --git a/protocols/WhatsApp/res/add-user-to-group.ico b/protocols/WhatsApp/res/add-user-to-group.ico Binary files differdeleted file mode 100644 index d99febc5a5..0000000000 --- a/protocols/WhatsApp/res/add-user-to-group.ico +++ /dev/null diff --git a/protocols/WhatsApp/res/change-group-subject.ico b/protocols/WhatsApp/res/change-group-subject.ico Binary files differdeleted file mode 100644 index 6a50c7581e..0000000000 --- a/protocols/WhatsApp/res/change-group-subject.ico +++ /dev/null diff --git a/protocols/WhatsApp/res/leave-group.ico b/protocols/WhatsApp/res/leave-group.ico Binary files differdeleted file mode 100644 index 1e7ea0d9db..0000000000 --- a/protocols/WhatsApp/res/leave-group.ico +++ /dev/null diff --git a/protocols/WhatsApp/res/remove-user-from-group.ico b/protocols/WhatsApp/res/remove-user-from-group.ico Binary files differdeleted file mode 100644 index d9a30dbda1..0000000000 --- a/protocols/WhatsApp/res/remove-user-from-group.ico +++ /dev/null diff --git a/protocols/WhatsApp/res/whatsapp.rc b/protocols/WhatsApp/res/whatsapp.rc index 3099411ab0..102202ff70 100644 --- a/protocols/WhatsApp/res/whatsapp.rc +++ b/protocols/WhatsApp/res/whatsapp.rc @@ -96,19 +96,19 @@ BEGIN CTEXT "-",IDC_STATIC,82,62,8,8
END
-IDD_INPUTBOX DIALOGEX 0, 0, 300, 66
-STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
-EXSTYLE WS_EX_TOPMOST
-CAPTION "WhatsApp"
-FONT 8, "MS Shell Dlg", 400, 0, 0x0
+IDD_GROUPCHAT_INVITE DIALOGEX 0, 0, 215, 170
+STYLE DS_SETFONT | DS_MODALFRAME | DS_SETFOREGROUND | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
+CAPTION "Invite Users"
+FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
- LTEXT "",IDC_TEXT,12,11,288,8
- EDITTEXT IDC_VALUE,12,24,282,12,ES_AUTOHSCROLL
- PUSHBUTTON "Cancel",IDC_CANCEL,164,45,60,14
- PUSHBUTTON "OK",IDC_OK,228,45,66,14
+ GROUPBOX "Choose an user",IDC_STATIC,4,2,208,130
+ CONTROL "",IDC_CLIST,"CListControl",WS_TABSTOP | 0x1,12,12,192,112,WS_EX_CLIENTEDGE
+ LTEXT "Other user:",IDC_STATIC,4,138,55,8
+ EDITTEXT IDC_NEWJID,60,136,152,12,ES_AUTOHSCROLL
+ DEFPUSHBUTTON "&Invite",IDOK,108,152,50,14
+ PUSHBUTTON "Cancel",IDCANCEL,162,152,50,14
END
-
/////////////////////////////////////////////////////////////////////////////
//
// Icon
@@ -118,10 +118,7 @@ END // remains consistent on all systems.
IDI_WHATSAPP ICON "whatsapp.ico"
IDI_ADD_GROUP ICON "add-group.ico"
-IDI_ADD_USER_TO_GROUP ICON "add-user-to-group.ico"
-IDI_CHANGE_GROUP_SUBJECT ICON "change-group-subject.ico"
-IDI_LEAVE_GROUP ICON "leave-group.ico"
-IDI_REMOVE_USER_FROM_GROUP ICON "remove-user-from-group.ico"
+
#endif // German (Germany) resources
/////////////////////////////////////////////////////////////////////////////
|