diff options
author | Not Zed <NotZed@Ximian.com> | 2005-03-03 12:00:16 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2005-03-03 12:00:16 +0800 |
commit | e56e4246027d2f437fcc946932e228ffcc4029aa (patch) | |
tree | eb4842e985df0404950cfe7067b1f6951005afca | |
parent | fcc9045e90a0312645302053fd52aae04f25e8f7 (diff) | |
download | gsoc2013-evolution-e56e4246027d2f437fcc946932e228ffcc4029aa.tar gsoc2013-evolution-e56e4246027d2f437fcc946932e228ffcc4029aa.tar.gz gsoc2013-evolution-e56e4246027d2f437fcc946932e228ffcc4029aa.tar.bz2 gsoc2013-evolution-e56e4246027d2f437fcc946932e228ffcc4029aa.tar.lz gsoc2013-evolution-e56e4246027d2f437fcc946932e228ffcc4029aa.tar.xz gsoc2013-evolution-e56e4246027d2f437fcc946932e228ffcc4029aa.tar.zst gsoc2013-evolution-e56e4246027d2f437fcc946932e228ffcc4029aa.zip |
** See "bug" 73100
2005-03-02 Not Zed <NotZed@Ximian.com>
** See "bug" 73100
* mail-dialogs.glade: empty out the license_top_label text, it is
always overwriten by the code.
svn path=/trunk/; revision=28944
-rw-r--r-- | mail/ChangeLog | 7 | ||||
-rw-r--r-- | mail/mail-dialogs.glade | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 2ec5d0b12b..f449bede7c 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,10 @@ +2005-03-02 Not Zed <NotZed@Ximian.com> + + ** See "bug" 73100 + + * mail-dialogs.glade: empty out the license_top_label text, it is + always overwriten by the code. + 2005-03-01 Not Zed <NotZed@Ximian.com> * message-list.c: include atkutil.h diff --git a/mail/mail-dialogs.glade b/mail/mail-dialogs.glade index 43b53a3e0c..6ffb46dba0 100644 --- a/mail/mail-dialogs.glade +++ b/mail/mail-dialogs.glade @@ -954,10 +954,7 @@ <child> <widget class="GtkLabel" id="license_top_label"> <property name="visible">True</property> - <property name="label" translatable="yes"> - Please read carefully the license agreement displayed - below and tick the check box for accepting it -</property> + <property name="label" translatable="no"></property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> |