diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-06-26 15:45:42 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-06-26 15:45:42 +0000 |
commit | 906409396d092b5a5f0999675767e60009d5b037 (patch) | |
tree | 5d0ac917bc14c30bc09e7e88237785d779e01204 /net/licq-qt-gui | |
parent | f64ca5c85d8d6e85a3a9f98d30a1287c402243ae (diff) | |
download | ports-906409396d092b5a5f0999675767e60009d5b037.tar.gz ports-906409396d092b5a5f0999675767e60009d5b037.zip |
Notes
Diffstat (limited to 'net/licq-qt-gui')
-rw-r--r-- | net/licq-qt-gui/files/patch-usereventdlg.cpp | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/net/licq-qt-gui/files/patch-usereventdlg.cpp b/net/licq-qt-gui/files/patch-usereventdlg.cpp deleted file mode 100644 index 06d168aa28a4..000000000000 --- a/net/licq-qt-gui/files/patch-usereventdlg.cpp +++ /dev/null @@ -1,22 +0,0 @@ ---- src/usereventdlg.cpp.orig Sun Mar 23 18:49:39 2003 -+++ src/usereventdlg.cpp Sat Mar 29 08:31:33 2003 -@@ -1390,7 +1390,7 @@ - { - CEventMsg *ue = (CEventMsg *)e->UserEvent(); - // create initial strings (implicit copying, no allocation impact :) -- char *tmp = gTranslator.NToRN(codec->fromUnicode(ue->Message())); -+ char *tmp = gTranslator.NToRN(ue->Message()); - QCString wholeMessageRaw(tmp); - delete [] tmp; - unsigned int wholeMessagePos = 0; -@@ -1439,8 +1439,8 @@ - } - else - { -- message = ue->Message(); -- messageRaw = codec->fromUnicode(message); -+ messageRaw = wholeMessageRaw; -+ message = codec->toUnicode(wholeMessageRaw); - } - - icqEventTag = server->icqSendMessage(m_nUin, messageRaw.data(), |