From 67aab47fe7e9fdd2675529105595cd0213f74058 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Sun, 20 Aug 2017 15:16:13 +0200 Subject: Omegle: Use HTTPS --- protocols/Omegle/src/constants.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'protocols') diff --git a/protocols/Omegle/src/constants.h b/protocols/Omegle/src/constants.h index 99ca468f49..8dac71d3a9 100644 --- a/protocols/Omegle/src/constants.h +++ b/protocols/Omegle/src/constants.h @@ -3,7 +3,7 @@ Omegle plugin for Miranda Instant Messenger _____________________________________________ -Copyright � 2011-17 Robert P�sel +Copyright © 2011-17 Robert Pösel This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -24,8 +24,8 @@ along with this program. If not, see . // Product management #define OMEGLE_NAME "Omegle" -#define OMEGLE_SERVER_REGULAR "http://www.omegle.com" -#define OMEGLE_SERVER_CHAT "http://%s.omegle.com" +#define OMEGLE_SERVER_REGULAR "https://www.omegle.com" +#define OMEGLE_SERVER_CHAT "https://%s.omegle.com" // Limits #define OMEGLE_TIMEOUTS_LIMIT 6 @@ -109,7 +109,7 @@ static const struct { { "fa", "Persian" }, { "pl", "Polish" }, { "pt", "Portugese" }, - { "ro", "Roma�ian" }, + { "ro", "Romañian" }, { "ru", "Russian" }, { "el", "Greek" }, { "sk", "Slovak" }, -- cgit v1.2.3