From d16d69e7b86095c1493f4a7062751768c31a58fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Mon, 19 Oct 2015 20:11:55 +0000 Subject: 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 --- protocols/Omegle/res/omegle.rc | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'protocols/Omegle/res') 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 -- cgit v1.2.3