Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLluis Sanchez <lluis@novell.com>2009-08-31 20:10:08 +0400
committerLluis Sanchez <lluis@novell.com>2009-08-31 20:10:08 +0400
commit9666732bd2e562b805d5bd06175af3c7a4e7e2e1 (patch)
tree85ff1d0f8c18eac45557619a2452886a8e634526
parentcd15d782dcc16404150231fc3ef7c030fe5ceace (diff)
* BuildVariables.cs:
* icons/SplashScreen.png: * MonoDevelop.Ide.Gui.Dialogs/SplashScreen.cs: Updated splash window. svn path=/trunk/monodevelop/; revision=140967
-rw-r--r--main/src/core/MonoDevelop.Ide/BuildVariables.cs2
-rw-r--r--main/src/core/MonoDevelop.Ide/ChangeLog7
-rw-r--r--main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Dialogs/SplashScreen.cs4
-rw-r--r--main/src/core/MonoDevelop.Ide/icons/SplashScreen.pngbin44912 -> 42162 bytes
4 files changed, 10 insertions, 3 deletions
diff --git a/main/src/core/MonoDevelop.Ide/BuildVariables.cs b/main/src/core/MonoDevelop.Ide/BuildVariables.cs
index 5ef46a82d6..ebf44ab8cb 100644
--- a/main/src/core/MonoDevelop.Ide/BuildVariables.cs
+++ b/main/src/core/MonoDevelop.Ide/BuildVariables.cs
@@ -3,7 +3,7 @@ namespace MonoDevelop.Ide
internal class BuildVariables
{
public static string PackageVersion = "2.1.0";
- public static string PackageVersionLabel = "2.1.0";
+ public static string PackageVersionLabel = "2.2 Beta 1";
}
}
diff --git a/main/src/core/MonoDevelop.Ide/ChangeLog b/main/src/core/MonoDevelop.Ide/ChangeLog
index e8b4194091..9450dbb66b 100644
--- a/main/src/core/MonoDevelop.Ide/ChangeLog
+++ b/main/src/core/MonoDevelop.Ide/ChangeLog
@@ -1,3 +1,10 @@
+2009-08-31 Lluis Sanchez Gual <lluis@novell.com>
+
+ * BuildVariables.cs:
+ * icons/SplashScreen.png:
+ * MonoDevelop.Ide.Gui.Dialogs/SplashScreen.cs: Updated splash
+ window.
+
2009-08-28 Lluis Sanchez Gual <lluis@novell.com>
* MonoDevelop.Ide.Gui/SdiWorkspaceLayout.cs: Revert lazy
diff --git a/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Dialogs/SplashScreen.cs b/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Dialogs/SplashScreen.cs
index b13957b8b5..09524957b7 100644
--- a/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Dialogs/SplashScreen.cs
+++ b/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Dialogs/SplashScreen.cs
@@ -58,10 +58,10 @@ namespace MonoDevelop.Ide.Gui.Dialogs {
Pango.Layout pl = new Pango.Layout (PangoContext);
Pango.FontDescription des = this.Style.FontDescription.Copy();
pl.FontDescription = des;
- // pl.SetMarkup("<b><span foreground='#cccccc'>" + BuildVariables.PackageVersionLabel + "</span></b>");
+ pl.SetMarkup("<b><span foreground='#cccccc'>" + BuildVariables.PackageVersionLabel + "</span></b>");
int w,h;
pl.GetPixelSize (out w, out h);
- GdkWindow.DrawLayout (gc, bitmap.Width - w - 40, 110, pl);
+ GdkWindow.DrawLayout (gc, bitmap.Width - w - 75, 90, pl);
return base.OnExposeEvent (evt);
}
diff --git a/main/src/core/MonoDevelop.Ide/icons/SplashScreen.png b/main/src/core/MonoDevelop.Ide/icons/SplashScreen.png
index 4e1c8cd55c..f0e341d20d 100644
--- a/main/src/core/MonoDevelop.Ide/icons/SplashScreen.png
+++ b/main/src/core/MonoDevelop.Ide/icons/SplashScreen.png
Binary files differ