diff options
Diffstat (limited to 'composer')
-rw-r--r-- | composer/ChangeLog | 6 | ||||
-rw-r--r-- | composer/Makefile.am | 4 | ||||
-rw-r--r-- | composer/e-msg-composer-attachment.glade | 2 | ||||
-rw-r--r-- | composer/e-msg-composer-attachment.glade.h | 14 |
4 files changed, 6 insertions, 20 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog index 4704e382d7..87db5bf2a6 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,9 @@ +2001-02-11 Gediminas Paulauskas <menesis@delfi.lt> + + * e-msg-composer-attachment.glade.h: removed. + * e-msg-composer-attachment.glade: do not write strings to above. + * Makefile.am: don't include glade.h in EXTRA_DIST. + 2001-02-10 Jeffrey Stedfast <fejj@ximian.com> * e-msg-composer-attachment-bar.c (attach_to_multipart): diff --git a/composer/Makefile.am b/composer/Makefile.am index bd56284ac8..89a4187583 100644 --- a/composer/Makefile.am +++ b/composer/Makefile.am @@ -37,9 +37,6 @@ gladedir = $(datadir)/evolution/glade glade_DATA = \ e-msg-composer-attachment.glade -glade_messages = \ - e-msg-composer-attachment.glade.h - libcomposerincludedir = $(includedir)/composer noinst_LIBRARIES = libcomposer.a @@ -84,7 +81,6 @@ libcomposer_a_SOURCES = \ EXTRA_DIST = \ $(glade_DATA) \ - $(glade_messages) \ $(IDLS) \ bad-icon.xpm diff --git a/composer/e-msg-composer-attachment.glade b/composer/e-msg-composer-attachment.glade index fe25b6a4fd..4679a0d8e0 100644 --- a/composer/e-msg-composer-attachment.glade +++ b/composer/e-msg-composer-attachment.glade @@ -21,8 +21,6 @@ <handler_header_file>callbacks.h</handler_header_file> <support_source_file>support.c</support_source_file> <support_header_file>support.h</support_header_file> - <output_translatable_strings>True</output_translatable_strings> - <translatable_strings_file>e-msg-composer-attachment.glade.h</translatable_strings_file> </project> <widget> diff --git a/composer/e-msg-composer-attachment.glade.h b/composer/e-msg-composer-attachment.glade.h deleted file mode 100644 index f8bcebf1d7..0000000000 --- a/composer/e-msg-composer-attachment.glade.h +++ /dev/null @@ -1,14 +0,0 @@ -/* - * 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_("Attachment properties"); -gchar *s = N_("MIME type:"); -gchar *s = N_("Description:"); -gchar *s = N_("File name:"); -gchar *s = N_("Send as:"); -gchar *s = N_("Attachment\n" - "Inline attachment\n" - ""); |