Summary: | "This user has me on his contact list" is inaccurate | ||
---|---|---|---|
Product: | [Unmaintained] kopete | Reporter: | Rob Kaper <webmaster> |
Component: | MSN Plugin | Assignee: | Kopete Developers <kopete-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | bugs.kde.org |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Rob Kaper
2004-01-11 21:28:14 UTC
This is a protocol specific message. What protocol was it under? Subject: Re: "This user has me on his contact list" is inaccurate
On Sun, Jan 11, 2004 at 08:30:47PM -0000, Jason Keirstead wrote:
> What protocol was it under?
Oh, right, that User Info part only appears on MSN.
CVS commit by ogoffart: Do not asumme woman never uses computer. CCMAIL: 72417-done@bugs.kde.org M +4 -4 msninfo.ui 1.9 --- kdenetwork/kopete/protocols/msn/ui/msninfo.ui #1.8:1.9 @@ -1,3 +1,3 @@ -<!DOCTYPE UI><UI version="3.1" stdsetdef="1"> +<!DOCTYPE UI><UI version="3.2" stdsetdef="1"> <class>MSNInfo</class> <widget class="QWidget"> @@ -9,6 +9,6 @@ <x>0</x> <y>0</y> - <width>406</width> - <height>358</height> + <width>457</width> + <height>360</height> </rect> </property> @@ -166,5 +166,5 @@ </property> <property name="text"> - <string>This user has me on his contact list</string> + <string>I am on the contact list of this contact.</string> </property> <property name="toolTip" stdset="0"> |