Browse Source

Updated copyright year to 2010

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@5395 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
pull/1/head
Matt Ward 16 years ago
parent
commit
807c25d832
  1. 2
      src/AddIns/Misc/StartPage/Project/Src/ICSharpCodePage.cs
  2. 2
      src/Main/Base/Project/Resources/CommonAboutDialog.xfrm

2
src/AddIns/Misc/StartPage/Project/Src/ICSharpCodePage.cs

@ -475,7 +475,7 @@ namespace ICSharpCode.StartPage
builder.Append(m_strMainColColor); builder.Append(m_strMainColColor);
builder.Append("\" class=\"copy\"><img src=\""+ startPageLocation + "/Layout/Common/blind.gif\" width=15 height=1>"); builder.Append("\" class=\"copy\"><img src=\""+ startPageLocation + "/Layout/Common/blind.gif\" width=15 height=1>");
builder.Append("<font size=\"-2\">"); builder.Append("<font size=\"-2\">");
builder.Append("Copyright &copy;2000-2009 <A HREF=\"mailto:webmaster@icsharpcode.net\" title=\""); builder.Append("Copyright &copy;2000-2010 <A HREF=\"mailto:webmaster@icsharpcode.net\" title=\"");
builder.Append(StringParser.Parse("${res:StartPage.ContactUs}")); builder.Append(StringParser.Parse("${res:StartPage.ContactUs}"));
builder.Append("\">IC#SharpCode</a>. "); builder.Append("\">IC#SharpCode</a>. ");
builder.Append(ICSharpCode.SharpDevelop.Gui.AboutSharpDevelopTabPage.LicenseSentence); builder.Append(ICSharpCode.SharpDevelop.Gui.AboutSharpDevelopTabPage.LicenseSentence);

2
src/Main/Base/Project/Resources/CommonAboutDialog.xfrm

@ -26,7 +26,7 @@
<!-- The copyright label --> <!-- The copyright label -->
<System.Windows.Forms.Label> <System.Windows.Forms.Label>
<Text value = "(c) 2000-2009 by icsharpcode.net"/> <Text value = "(c) 2000-2010 by icsharpcode.net"/>
<Width value = "400"/> <Width value = "400"/>
<Height value = "20"/> <Height value = "20"/>
<Location value = "{X=8, Y=234}"/> <Location value = "{X=8, Y=234}"/>

Loading…
Cancel
Save