diff --git a/src/AddIns/Misc/StartPage/Project/Src/ICSharpCodePage.cs b/src/AddIns/Misc/StartPage/Project/Src/ICSharpCodePage.cs
index 0b8755e1b0..4f2d2ac0c2 100644
--- a/src/AddIns/Misc/StartPage/Project/Src/ICSharpCodePage.cs
+++ b/src/AddIns/Misc/StartPage/Project/Src/ICSharpCodePage.cs
@@ -569,7 +569,7 @@ namespace ICSharpCode.StartPage
public void RenderSectionAuthorBody(StringBuilder builder)
{
try {
- builder.Append("");
+ builder.Append("");
//
//
//
@@ -610,7 +610,7 @@ namespace ICSharpCode.StartPage
public void RenderSectionHelpWantedBody(StringBuilder builder)
{
try {
- builder.Append("");
+ builder.Append("");
//
// string html = ConvertXml.ConvertToString(Application.StartupPath +
// Path.DirectorySeparatorChar + ".." +
diff --git a/src/Main/StartUp/Project/Dialogs/SplashScreen.cs b/src/Main/StartUp/Project/Dialogs/SplashScreen.cs
index 9b3f9a6246..8a676ca14e 100644
--- a/src/Main/StartUp/Project/Dialogs/SplashScreen.cs
+++ b/src/Main/StartUp/Project/Dialogs/SplashScreen.cs
@@ -32,9 +32,6 @@ namespace ICSharpCode.SharpDevelop
public SplashScreenForm()
{
- #if !DEBUG
- TopMost = true;
- #endif
FormBorderStyle = FormBorderStyle.None;
StartPosition = FormStartPosition.CenterScreen;
ShowInTaskbar = false;