diff options
author | mengjie yu <meng-jie.yu@sun.com> | 2004-11-02 17:49:26 +0800 |
---|---|---|
committer | Harry Lu <haip@src.gnome.org> | 2004-11-02 17:49:26 +0800 |
commit | 805838fa3f991e9e077ebc1a2b9efc8eed491ab9 (patch) | |
tree | cf21884f813fe0f6f57979ca6ff7254b450a2c8f /shell | |
parent | 37fabe1d459e8b91ba8b6e5a98cd631be9ad63ba (diff) | |
download | gsoc2013-evolution-805838fa3f991e9e077ebc1a2b9efc8eed491ab9.tar.gz gsoc2013-evolution-805838fa3f991e9e077ebc1a2b9efc8eed491ab9.tar.zst gsoc2013-evolution-805838fa3f991e9e077ebc1a2b9efc8eed491ab9.zip |
remove the hard line breaks.
2004-11-02 mengjie yu <meng-jie.yu@sun.com>
* evolution-startup-wizard.glade:remove the hard line breaks.
svn path=/trunk/; revision=27793
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ChangeLog | 4 | ||||
-rw-r--r-- | shell/evolution-startup-wizard.glade | 12 |
2 files changed, 11 insertions, 5 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 7412630195..67d49a3b05 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -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. diff --git a/shell/evolution-startup-wizard.glade b/shell/evolution-startup-wizard.glade index 7b5ff163c9..e5b003b459 100644 --- a/shell/evolution-startup-wizard.glade +++ b/shell/evolution-startup-wizard.glade @@ -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" button to continue. </property> <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> |