diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-03-28 12:30:39 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-03-28 12:30:39 +0000 |
commit | 58c6948e7c6303491e6cbebceb8a5b098a112684 (patch) | |
tree | 97a43ccc6251b5c75edc173c703d32605bd482d7 /net-im/micq/files/patch-ae | |
parent | Update to ruby-qt2 0.12 for qt 2.3.0. (diff) |
o Correct Ukrainian translation;
o add translations of user's nick from cp1251 into koi8 if needed in message.
Submitted by: Olexander Kunytsa <kunia@wolf.istc.kiev.ua>
Diffstat (limited to 'net-im/micq/files/patch-ae')
-rw-r--r-- | net-im/micq/files/patch-ae | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/net-im/micq/files/patch-ae b/net-im/micq/files/patch-ae index 9b877e48dc8a..6e71c2d80324 100644 --- a/net-im/micq/files/patch-ae +++ b/net-im/micq/files/patch-ae @@ -1,6 +1,14 @@ ---- icq_response.c.orig Tue Jan 23 11:49:05 2001 -+++ icq_response.c Wed Jan 24 22:07:40 2001 -@@ -871,19 +871,12 @@ +--- icq_response.c.orig Tue Jan 23 16:49:05 2001 ++++ icq_response.c Sun Mar 25 23:54:20 2001 +@@ -740,6 +740,7 @@ + return; + } + *tmp = 0; ++ char_conv ("wc",data); //By Kunia User's nick was not transcoded...;( + M_print( CONTACTCOL "\n%s" NOCOL " has added you to their contact list.\n", data ); + tmp++; + data = tmp; +@@ -871,19 +872,12 @@ } *tmp = 0; char_conv ("wc",data); |