diff options
author | Michael Zucci <zucchi@src.gnome.org> | 2004-09-20 13:59:55 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-09-20 13:59:55 +0800 |
commit | ef6a3af717132e0750f226fa8a0ee0f3c98e19f0 (patch) | |
tree | f4ed25f7a247a8ccb855a8d940777e7a3d21a3e3 /mail/mail-dialogs.glade | |
parent | 96111b1f1487ca3fe454b340a73ba927cc6bfb83 (diff) | |
download | gsoc2013-evolution-ef6a3af717132e0750f226fa8a0ee0f3c98e19f0.tar.gz gsoc2013-evolution-ef6a3af717132e0750f226fa8a0ee0f3c98e19f0.tar.zst gsoc2013-evolution-ef6a3af717132e0750f226fa8a0ee0f3c98e19f0.zip |
Merged notzed-eplugin-2-branch to head.
svn path=/trunk/; revision=27300
Diffstat (limited to 'mail/mail-dialogs.glade')
-rw-r--r-- | mail/mail-dialogs.glade | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/mail-dialogs.glade b/mail/mail-dialogs.glade index d0aba915ac..9f90948f7e 100644 --- a/mail/mail-dialogs.glade +++ b/mail/mail-dialogs.glade @@ -795,7 +795,7 @@ </child> </widget> -<widget class="GtkDialog" id="lic_dialog"> +<widget class="GtkDialog" id="license_dialog"> <property name="visible">True</property> <property name="title" translatable="yes">License Agreement</property> <property name="type">GTK_WINDOW_TOPLEVEL</property> @@ -909,7 +909,7 @@ <property name="spacing">0</property> <child> - <widget class="GtkLabel" id="lic_top_label"> + <widget class="GtkLabel" id="license_top_label"> <property name="visible">True</property> <property name="label" translatable="yes"> Please read carefully the license agreement displayed @@ -942,7 +942,7 @@ <property name="window_placement">GTK_CORNER_TOP_LEFT</property> <child> - <widget class="GtkTextView" id="textview1"> + <widget class="GtkTextView" id="license_textview"> <property name="width_request">500</property> <property name="height_request">400</property> <property name="visible">True</property> @@ -969,7 +969,7 @@ </child> <child> - <widget class="GtkCheckButton" id="lic_checkbutton"> + <widget class="GtkCheckButton" id="license_checkbutton"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="label" translatable="yes">Tick this to accept the license agreement</property> |