~ubuntu-branches/ubuntu/natty/smuxi/natty

« back to all changes in this revision

Viewing changes to src/Engine/Messages/TextMessagePartModel.cs

  • Committer: Bazaar Package Importer
  • Author(s): Mirco Bauer
  • Date: 2010-01-11 22:47:12 UTC
  • mto: (4.2.5 sid) (1.1.4 upstream) (15.1.1 sid)
  • mto: This revision was merged to the branch mainline in revision 13.
  • Revision ID: james.westby@ubuntu.com-20100111224712-cdvx3vondz2g08vg
ImportĀ upstreamĀ versionĀ 0.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
149
149
        {
150
150
        }
151
151
 
 
152
        public override string ToString()
 
153
        {
 
154
            return Text;
 
155
        }
 
156
 
152
157
        protected TextMessagePartModel(SerializationInfo info, StreamingContext ctx) :
153
158
                                  base(info, ctx)
154
159
        {