[Frugalware-git] frugal-tweak: *change window title
bouleetbil
bouleetbil at frogdev.info
Sun Sep 5 21:54:39 CEST 2010
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugal-tweak.git;a=commitdiff;h=5da40d3a2bc8a248281392fe26b70b2a5d56229d
commit 5da40d3a2bc8a248281392fe26b70b2a5d56229d
Author: bouleetbil <bouleetbil at frogdev.info>
Date: Sun Sep 5 21:54:36 2010 +0200
*change window title
diff --git a/frugal-mono-tools/gtk-gui/MainWindow.cs b/frugal-mono-tools/gtk-gui/MainWindow.cs
index 85021f0..6fd462c 100644
--- a/frugal-mono-tools/gtk-gui/MainWindow.cs
+++ b/frugal-mono-tools/gtk-gui/MainWindow.cs
@@ -298,7 +298,7 @@ public partial class MainWindow
global::Stetic.Gui.Initialize (this);
// Widget MainWindow
this.Name = "MainWindow";
- this.Title = global::Mono.Unix.Catalog.GetString ("Frugalware-tools");
+ this.Title = global::Mono.Unix.Catalog.GetString ("Frugalware tweak");
this.Icon = global::Gdk.Pixbuf.LoadFromResource ("frugalmonotools.header.svg");
this.WindowPosition = ((global::Gtk.WindowPosition)(4));
// Container child MainWindow.Gtk.Container+ContainerChild
diff --git a/frugal-mono-tools/gtk-gui/frugalmonotools.splash.cs b/frugal-mono-tools/gtk-gui/frugalmonotools.splash.cs
index b59834a..26a7168 100644
--- a/frugal-mono-tools/gtk-gui/frugalmonotools.splash.cs
+++ b/frugal-mono-tools/gtk-gui/frugalmonotools.splash.cs
@@ -60,7 +60,7 @@ namespace frugalmonotools
this.Child.ShowAll ();
}
this.DefaultWidth = 400;
- this.DefaultHeight = 347;
+ this.DefaultHeight = 348;
this.Show ();
}
}
diff --git a/frugal-mono-tools/gtk-gui/gui.stetic b/frugal-mono-tools/gtk-gui/gui.stetic
index 53a17ce..a1f0731 100644
--- a/frugal-mono-tools/gtk-gui/gui.stetic
+++ b/frugal-mono-tools/gtk-gui/gui.stetic
@@ -19,7 +19,7 @@
</icon-factory>
<widget class="Gtk.Window" id="MainWindow" design-size="749 414">
<property name="MemberName" />
- <property name="Title" translatable="yes">Frugalware-tools</property>
+ <property name="Title" translatable="yes">Frugalware tweak</property>
<property name="Icon">resource:frugalmonotools.header.svg</property>
<property name="WindowPosition">CenterOnParent</property>
<signal name="DeleteEvent" handler="OnDeleteEvent" />
@@ -2325,7 +2325,7 @@ Public License instead of this License.
</widget>
</child>
</widget>
- <widget class="Gtk.Window" id="frugalmonotools.splash" design-size="400 347">
+ <widget class="Gtk.Window" id="frugalmonotools.splash" design-size="400 348">
<property name="MemberName" />
<property name="Title" translatable="yes">Frugalware mono tools !</property>
<property name="Icon">resource:frugalmonotools.header.svg</property>
More information about the Frugalware-git
mailing list