Browse Source

corrected spelling of my name ;-)

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1625 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
shortcuts
David Alpert 19 years ago
parent
commit
6df24357e8
  1. 2
      samples/SharpReport/ReportSamples/ContributersList.cs

2
samples/SharpReport/ReportSamples/ContributersList.cs

@ -44,7 +44,7 @@ namespace ReportSamples{ @@ -44,7 +44,7 @@ namespace ReportSamples{
list.Add(new LastFirst("Matt","Ward","NUnit"));
list.Add(new LastFirst("Troy","Simson","Prg."));
list.Add(new LastFirst("Peter","Forstmeier","SharpReport"));
list.Add(new LastFirst("David","Albert","Prg."));
list.Add(new LastFirst("David","Alpert","Prg."));
// list.Add(new LastFirst("Sylvana","Schmid"));

Loading…
Cancel
Save