summaryrefslogtreecommitdiff
path: root/net-im/micq/files/patch-ae
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-03-28 12:30:39 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-03-28 12:30:39 +0000
commit58c6948e7c6303491e6cbebceb8a5b098a112684 (patch)
tree97a43ccc6251b5c75edc173c703d32605bd482d7 /net-im/micq/files/patch-ae
parentUpdate 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>
Notes
Notes: svn path=/head/; revision=40475
Diffstat (limited to 'net-im/micq/files/patch-ae')
-rw-r--r--net-im/micq/files/patch-ae14
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);