/[dotgnu-pnet]/pnetlib/System.Drawing/Graphics.cs
ViewVC logotype

Diff of /pnetlib/System.Drawing/Graphics.cs

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.44 by drobosson, Fri Dec 17 12:12:11 2004 UTC revision 1.45 by drobosson, Tue Dec 28 01:39:05 2004 UTC
# Line 5395  public sealed class Graphics : MarshalBy Line 5395  public sealed class Graphics : MarshalBy
5395                                                          // find the end of the word                                                          // find the end of the word
5396                                                          if(c == ' ' || c == '\n' || c == '\r') { break; }                                                          if(c == ' ' || c == '\n' || c == '\r') { break; }
5397    
5398                                                            // we also split on minus to mimic MS behavior
5399                                                            if(c == '-')
5400                                                            {
5401                                                                    nextIndex++;
5402                                                                    break;
5403                                                            }
5404    
5405                                                          // move to the next character                                                          // move to the next character
5406                                                          ++nextIndex;                                                          ++nextIndex;
5407                                                  }                                                  }

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.45

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26