diff options
author | Robert Pösel <robyer@seznam.cz> | 2013-05-16 21:57:19 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2013-05-16 21:57:19 +0000 |
commit | 66d13adf4909cbdcf162f2bd7373d1788510de8f (patch) | |
tree | 8ddaccceadb986ae64f3dff5b7e8b6b269d1243f /protocols | |
parent | 685c2bdebe316e547a1218e678a1015021a68e80 (diff) |
Omegle translate fix.
git-svn-id: http://svn.miranda-ng.org/main/trunk@4697 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/Omegle/src/constants.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Omegle/src/constants.h b/protocols/Omegle/src/constants.h index 81a4630c98..f6491b61f4 100644 --- a/protocols/Omegle/src/constants.h +++ b/protocols/Omegle/src/constants.h @@ -48,7 +48,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. // Servers list
//static const char *servers[] = {"Random", "bajor", "cardassia", "promenade", "odo-bucket", "ferengi", "quilt", "empok-nor", "quibbler"};
-static const char *servers[] = {"Random", "front1", "front2", "front3", "front4", "front5", "front6", "front7", "front8", "front9"};
+static const char *servers[] = {LPGEN("Random"), "front1", "front2", "front3", "front4", "front5", "front6", "front7", "front8", "front9"};
static const struct {
const char *id;
|