aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-07-14 03:48:29 +0800
committerChris Lahey <clahey@src.gnome.org>2000-07-14 03:48:29 +0800
commite85b96971560854bd81a038cdb29265883a69c37 (patch)
treea2e82e860f22d73ebff8096b98fa5fa7b6ec3ef4 /addressbook
parent1be3f59a27145521b6b4c1a8af48ab9421df33b2 (diff)
downloadgsoc2013-evolution-e85b96971560854bd81a038cdb29265883a69c37.tar
gsoc2013-evolution-e85b96971560854bd81a038cdb29265883a69c37.tar.gz
gsoc2013-evolution-e85b96971560854bd81a038cdb29265883a69c37.tar.bz2
gsoc2013-evolution-e85b96971560854bd81a038cdb29265883a69c37.tar.lz
gsoc2013-evolution-e85b96971560854bd81a038cdb29265883a69c37.tar.xz
gsoc2013-evolution-e85b96971560854bd81a038cdb29265883a69c37.tar.zst
gsoc2013-evolution-e85b96971560854bd81a038cdb29265883a69c37.zip
Added these.
2000-07-13 Christopher James Lahey <clahey@helixcode.com> * contact-editor/e-contact-editor-confirm-delete.glade, contact-editor/e-contact-editor-confirm-delete.glade.h: Added these. svn path=/trunk/; revision=4153
Diffstat (limited to 'addressbook')
-rw-r--r--addressbook/ChangeLog6
-rw-r--r--addressbook/contact-editor/e-contact-editor-confirm-delete.glade85
-rw-r--r--addressbook/contact-editor/e-contact-editor-confirm-delete.glade.h9
-rw-r--r--addressbook/gui/contact-editor/e-contact-editor-confirm-delete.glade85
-rw-r--r--addressbook/gui/contact-editor/e-contact-editor-confirm-delete.glade.h9
5 files changed, 194 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index a58ed435ca..97d6c9c5fe 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,5 +1,11 @@
2000-07-13 Christopher James Lahey <clahey@helixcode.com>
+ * contact-editor/e-contact-editor-confirm-delete.glade,
+ contact-editor/e-contact-editor-confirm-delete.glade.h: Added
+ these.
+
+2000-07-13 Christopher James Lahey <clahey@helixcode.com>
+
* Makefile.am: Switched the order of compilation of printing and
contact-editor.
diff --git a/addressbook/contact-editor/e-contact-editor-confirm-delete.glade b/addressbook/contact-editor/e-contact-editor-confirm-delete.glade
new file mode 100644
index 0000000000..7f52321021
--- /dev/null
+++ b/addressbook/contact-editor/e-contact-editor-confirm-delete.glade
@@ -0,0 +1,85 @@
+<?xml version="1.0"?>
+<GTK-Interface>
+
+<project>
+ <name>e-contact-editor-confirm-delete</name>
+ <program_name>e-contact-editor-confirm-delete</program_name>
+ <directory></directory>
+ <source_directory>src</source_directory>
+ <pixmaps_directory>pixmaps</pixmaps_directory>
+ <language>C</language>
+ <gnome_support>True</gnome_support>
+ <gettext_support>True</gettext_support>
+ <use_widget_names>True</use_widget_names>
+ <output_main_file>False</output_main_file>
+ <output_support_files>False</output_support_files>
+ <output_build_files>False</output_build_files>
+ <gnome_help_support>True</gnome_help_support>
+ <output_translatable_strings>True</output_translatable_strings>
+ <translatable_strings_file>e-contact-editor-confirm-delete.glade.h</translatable_strings_file>
+</project>
+
+<widget>
+ <class>GnomeMessageBox</class>
+ <name>confirm-dialog</name>
+ <message_box_type>GNOME_MESSAGE_BOX_QUESTION</message_box_type>
+ <message>Are you sure you want
+to delete this contact?</message>
+ <title>Delete Contact?</title>
+ <position>GTK_WIN_POS_NONE</position>
+ <modal>False</modal>
+ <allow_shrink>False</allow_shrink>
+ <allow_grow>False</allow_grow>
+ <auto_shrink>False</auto_shrink>
+ <auto_close>True</auto_close>
+ <hide_on_close>False</hide_on_close>
+
+ <widget>
+ <class>GtkVBox</class>
+ <child_name>GnomeDialog:vbox</child_name>
+ <name>dialog-vbox1</name>
+ <homogeneous>False</homogeneous>
+ <spacing>8</spacing>
+ <child>
+ <padding>4</padding>
+ <expand>True</expand>
+ <fill>True</fill>
+ </child>
+
+ <widget>
+ <class>GtkHButtonBox</class>
+ <child_name>GnomeDialog:action_area</child_name>
+ <name>dialog-action_area1</name>
+ <layout_style>GTK_BUTTONBOX_END</layout_style>
+ <spacing>8</spacing>
+ <child_min_width>85</child_min_width>
+ <child_min_height>27</child_min_height>
+ <child_ipad_x>7</child_ipad_x>
+ <child_ipad_y>0</child_ipad_y>
+ <child>
+ <padding>0</padding>
+ <expand>False</expand>
+ <fill>True</fill>
+ <pack>GTK_PACK_END</pack>
+ </child>
+
+ <widget>
+ <class>GtkButton</class>
+ <name>button1</name>
+ <can_default>True</can_default>
+ <can_focus>True</can_focus>
+ <stock_button>GNOME_STOCK_BUTTON_OK</stock_button>
+ </widget>
+
+ <widget>
+ <class>GtkButton</class>
+ <name>button2</name>
+ <can_default>True</can_default>
+ <can_focus>True</can_focus>
+ <stock_button>GNOME_STOCK_BUTTON_CANCEL</stock_button>
+ </widget>
+ </widget>
+ </widget>
+</widget>
+
+</GTK-Interface>
diff --git a/addressbook/contact-editor/e-contact-editor-confirm-delete.glade.h b/addressbook/contact-editor/e-contact-editor-confirm-delete.glade.h
new file mode 100644
index 0000000000..7168db0a5c
--- /dev/null
+++ b/addressbook/contact-editor/e-contact-editor-confirm-delete.glade.h
@@ -0,0 +1,9 @@
+/*
+ * Translatable strings file generated by Glade.
+ * Add this file to your project's POTFILES.in.
+ * DO NOT compile it as part of your application.
+ */
+
+gchar *s = N_("Are you sure you want\n"
+ "to delete this contact?");
+gchar *s = N_("Delete Contact?");
diff --git a/addressbook/gui/contact-editor/e-contact-editor-confirm-delete.glade b/addressbook/gui/contact-editor/e-contact-editor-confirm-delete.glade
new file mode 100644
index 0000000000..7f52321021
--- /dev/null
+++ b/addressbook/gui/contact-editor/e-contact-editor-confirm-delete.glade
@@ -0,0 +1,85 @@
+<?xml version="1.0"?>
+<GTK-Interface>
+
+<project>
+ <name>e-contact-editor-confirm-delete</name>
+ <program_name>e-contact-editor-confirm-delete</program_name>
+ <directory></directory>
+ <source_directory>src</source_directory>
+ <pixmaps_directory>pixmaps</pixmaps_directory>
+ <language>C</language>
+ <gnome_support>True</gnome_support>
+ <gettext_support>True</gettext_support>
+ <use_widget_names>True</use_widget_names>
+ <output_main_file>False</output_main_file>
+ <output_support_files>False</output_support_files>
+ <output_build_files>False</output_build_files>
+ <gnome_help_support>True</gnome_help_support>
+ <output_translatable_strings>True</output_translatable_strings>
+ <translatable_strings_file>e-contact-editor-confirm-delete.glade.h</translatable_strings_file>
+</project>
+
+<widget>
+ <class>GnomeMessageBox</class>
+ <name>confirm-dialog</name>
+ <message_box_type>GNOME_MESSAGE_BOX_QUESTION</message_box_type>
+ <message>Are you sure you want
+to delete this contact?</message>
+ <title>Delete Contact?</title>
+ <position>GTK_WIN_POS_NONE</position>
+ <modal>False</modal>
+ <allow_shrink>False</allow_shrink>
+ <allow_grow>False</allow_grow>
+ <auto_shrink>False</auto_shrink>
+ <auto_close>True</auto_close>
+ <hide_on_close>False</hide_on_close>
+
+ <widget>
+ <class>GtkVBox</class>
+ <child_name>GnomeDialog:vbox</child_name>
+ <name>dialog-vbox1</name>
+ <homogeneous>False</homogeneous>
+ <spacing>8</spacing>
+ <child>
+ <padding>4</padding>
+ <expand>True</expand>
+ <fill>True</fill>
+ </child>
+
+ <widget>
+ <class>GtkHButtonBox</class>
+ <child_name>GnomeDialog:action_area</child_name>
+ <name>dialog-action_area1</name>
+ <layout_style>GTK_BUTTONBOX_END</layout_style>
+ <spacing>8</spacing>
+ <child_min_width>85</child_min_width>
+ <child_min_height>27</child_min_height>
+ <child_ipad_x>7</child_ipad_x>
+ <child_ipad_y>0</child_ipad_y>
+ <child>
+ <padding>0</padding>
+ <expand>False</expand>
+ <fill>True</fill>
+ <pack>GTK_PACK_END</pack>
+ </child>
+
+ <widget>
+ <class>GtkButton</class>
+ <name>button1</name>
+ <can_default>True</can_default>
+ <can_focus>True</can_focus>
+ <stock_button>GNOME_STOCK_BUTTON_OK</stock_button>
+ </widget>
+
+ <widget>
+ <class>GtkButton</class>
+ <name>button2</name>
+ <can_default>True</can_default>
+ <can_focus>True</can_focus>
+ <stock_button>GNOME_STOCK_BUTTON_CANCEL</stock_button>
+ </widget>
+ </widget>
+ </widget>
+</widget>
+
+</GTK-Interface>
diff --git a/addressbook/gui/contact-editor/e-contact-editor-confirm-delete.glade.h b/addressbook/gui/contact-editor/e-contact-editor-confirm-delete.glade.h
new file mode 100644
index 0000000000..7168db0a5c
--- /dev/null
+++ b/addressbook/gui/contact-editor/e-contact-editor-confirm-delete.glade.h
@@ -0,0 +1,9 @@
+/*
+ * Translatable strings file generated by Glade.
+ * Add this file to your project's POTFILES.in.
+ * DO NOT compile it as part of your application.
+ */
+
+gchar *s = N_("Are you sure you want\n"
+ "to delete this contact?");
+gchar *s = N_("Delete Contact?");