[evolution-patches] patch related with shell
- From: Mengjie Yu <Meng-Jie Yu Sun COM>
- To: patches <evolution-patches lists ximian com>
- Subject: [evolution-patches] patch related with shell
- Date: Tue, 02 Nov 2004 17:28:54 +0800
Hi
I have a patch related with Shell which removed the Startup Widzard's
hard line breaks
Please review it.
Thanks a lot
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/shell/ChangeLog,v
retrieving revision 1.1478
diff -u -p -r1.1478 ChangeLog
--- ChangeLog 25 Oct 2004 04:46:18 -0000 1.1478
+++ ChangeLog 2 Nov 2004 09:24:43 -0000
@@ -1,3 +1,7 @@
+2004-11-02 mengjie yu <meng-jie yu sun com>
+
+ * evolution-startup-wizard.glade:remove the hard line breaks.
+
2004-10-25 Not Zed <NotZed Ximian com>
* main.c (main): register event hook.
Index: evolution-startup-wizard.glade
===================================================================
RCS file: /cvs/gnome/evolution/shell/evolution-startup-wizard.glade,v
retrieving revision 1.1
diff -u -p -r1.1 evolution-startup-wizard.glade
--- evolution-startup-wizard.glade 10 Jun 2004 16:30:15 -0000 1.1
+++ evolution-startup-wizard.glade 2 Nov 2004 09:24:45 -0000
@@ -12,6 +12,11 @@
<property name="modal">False</property>
<property name="resizable">True</property>
<property name="destroy_with_parent">False</property>
+ <property name="decorated">True</property>
+ <property name="skip_taskbar_hint">False</property>
+ <property name="skip_pager_hint">False</property>
+ <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
+ <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
<child>
<widget class="GnomeDruid" id="startup-druid">
@@ -24,9 +29,7 @@
<property name="visible">True</property>
<property name="position">GNOME_EDGE_START</property>
<property name="title" translatable="yes">Welcome</property>
- <property name="text" translatable="yes">Welcome to Evolution. The next few screens will allow
-Evolution to connect to your email accounts, and to import
-files from other applications.
+ <property name="text" translatable="yes">Welcome to Evolution. The next few screens will allow Evolution to connect to your email accounts, and to import files from other applications.
Please click the "Forward" button to continue. </property>
</widget>
@@ -77,8 +80,7 @@ Please click the "Forward" but
<property name="visible">True</property>
<property name="position">GNOME_EDGE_FINISH</property>
<property name="title" translatable="yes">Done</property>
- <property name="text" translatable="yes">You have successfully entered all of the information
-needed to set up Evolution.
+ <property name="text" translatable="yes">You have successfully entered all of the information needed to set up Evolution.
Click the "Apply" button to save your settings. </property>
</widget>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]