diff options
Diffstat (limited to 'shell/importer/import.glade')
-rw-r--r-- | shell/importer/import.glade | 103 |
1 files changed, 0 insertions, 103 deletions
diff --git a/shell/importer/import.glade b/shell/importer/import.glade deleted file mode 100644 index d3163c9bbe..0000000000 --- a/shell/importer/import.glade +++ /dev/null @@ -1,103 +0,0 @@ -<?xml version="1.0"?> -<GTK-Interface> - -<project> - <name>import</name> - <program_name>import</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>False</use_widget_names> - <output_main_file>True</output_main_file> - <output_support_files>True</output_support_files> - <output_build_files>True</output_build_files> - <backup_source_files>True</backup_source_files> - <main_source_file>interface.c</main_source_file> - <main_header_file>interface.h</main_header_file> - <handler_source_file>callbacks.c</handler_source_file> - <handler_header_file>callbacks.h</handler_header_file> - <support_source_file>support.c</support_source_file> - <support_header_file>support.h</support_header_file> - <translatable_strings_file></translatable_strings_file> -</project> - -<widget> - <class>GtkWindow</class> - <name>importwizard</name> - <cxx_use_heap>True</cxx_use_heap> - <visible>False</visible> - <title>Evolution Importer Utility</title> - <type>GTK_WINDOW_TOPLEVEL</type> - <position>GTK_WIN_POS_NONE</position> - <modal>False</modal> - <allow_shrink>False</allow_shrink> - <allow_grow>True</allow_grow> - <auto_shrink>False</auto_shrink> - - <widget> - <class>GnomeDruid</class> - <name>druid1</name> - <cxx_use_heap>True</cxx_use_heap> - - <widget> - <class>GnomeDruidPageStart</class> - <name>page1</name> - <cxx_use_heap>True</cxx_use_heap> - <title>Evolution Import Utility</title> - <text>Welcome to the Evolution Import Utility. -With this wizard you will be guided through the process of -importing external files into Evolution.</text> - <title_color>1,1,1</title_color> - <text_color>0,0,0</text_color> - <background_color>153,174,191</background_color> - <logo_background_color>255,255,255</logo_background_color> - <textbox_color>255,255,255</textbox_color> - </widget> - - <widget> - <class>GnomeDruidPageStandard</class> - <name>page2</name> - <cxx_use_heap>True</cxx_use_heap> - <title>Select a file</title> - <title_color>1,1,1</title_color> - <background_color>153,174,191</background_color> - <logo_background_color>255,255,255</logo_background_color> - - <widget> - <class>GtkVBox</class> - <child_name>GnomeDruidPageStandard:vbox</child_name> - <name>druid-vbox1</name> - <cxx_use_heap>True</cxx_use_heap> - <homogeneous>False</homogeneous> - <spacing>0</spacing> - <child> - <padding>0</padding> - <expand>True</expand> - <fill>True</fill> - </child> - - <widget> - <class>Placeholder</class> - </widget> - </widget> - </widget> - - <widget> - <class>GnomeDruidPageFinish</class> - <name>page3</name> - <cxx_use_heap>True</cxx_use_heap> - <title>Import</title> - <text>Click "Import" to begin importing the file into Evolution. </text> - <background_color>153,174,191</background_color> - <logo_background_color>255,255,255</logo_background_color> - <textbox_color>255,255,255</textbox_color> - <text_color>0,0,0</text_color> - <title_color>1,1,1</title_color> - </widget> - </widget> -</widget> - -</GTK-Interface> |