diff options
author | Robert Pösel <robyer@seznam.cz> | 2015-10-19 20:11:55 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2015-10-19 20:11:55 +0000 |
commit | d16d69e7b86095c1493f4a7062751768c31a58fc (patch) | |
tree | f6396cd0a81bca933763ce4e90305be62128589b /protocols/Omegle/res/omegle.rc | |
parent | 3b8beab406e3e93c0c007a8291393bc491669b99 (diff) |
Omegle: Various improvements
* Remove typing weirdness
* Fix resetting "stranger is typing" on receiving message
* Make option "hi message" choose randomly from more messages
git-svn-id: http://svn.miranda-ng.org/main/trunk@15571 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Omegle/res/omegle.rc')
-rw-r--r-- | protocols/Omegle/res/omegle.rc | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/protocols/Omegle/res/omegle.rc b/protocols/Omegle/res/omegle.rc index c8169d10cd..b48b175db7 100644 --- a/protocols/Omegle/res/omegle.rc +++ b/protocols/Omegle/res/omegle.rc @@ -71,10 +71,10 @@ BEGIN EDITTEXT IDC_NAME,84,22,79,14,ES_AUTOHSCROLL
CONTROL "Meet strangers with common interests (separated by commas):",IDC_MEET_COMMON,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,14,39,288,10
- EDITTEXT IDC_INTERESTS,14,49,288,20,ES_MULTILINE | ES_AUTOVSCROLL | WS_VSCROLL
- CONTROL "Automatically send this message to stranger after connection:",IDC_HI_ENABLED,
- "Button",BS_AUTOCHECKBOX | WS_TABSTOP,14,72,288,10
- EDITTEXT IDC_HI_MESSAGE,14,82,288,20,ES_MULTILINE | ES_AUTOVSCROLL | WS_VSCROLL
+ EDITTEXT IDC_INTERESTS,14,49,288,14,ES_MULTILINE | ES_AUTOVSCROLL | WS_VSCROLL
+ CONTROL "Automatically send one of these messages (each on new line) to stranger after connection:",IDC_HI_ENABLED,
+ "Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,14,65,288,15
+ EDITTEXT IDC_HI_MESSAGE,14,82,288,20,ES_MULTILINE | ES_AUTOVSCROLL | ES_WANTRETURN | WS_VSCROLL
LTEXT "This text will be sent when you use ""/asl"" message:",IDC_STATIC,14,105,288,8
EDITTEXT IDC_ASL_MESSAGE,14,114,288,20,ES_MULTILINE | ES_AUTOVSCROLL | WS_VSCROLL
LTEXT "Last used question (Question mode):",IDC_STATIC,14,136,288,8
@@ -150,8 +150,7 @@ END //
// Generated from the TEXTINCLUDE 3 resource.
//
-
-
+
/////////////////////////////////////////////////////////////////////////////
#endif // not APSTUDIO_INVOKED
|