diff options
author | Chyla Zbigniew <chyla@src.gnome.org> | 2001-07-09 19:58:23 +0800 |
---|---|---|
committer | Chyla Zbigniew <chyla@src.gnome.org> | 2001-07-09 19:58:23 +0800 |
commit | 6468acf6896dc3bb5e0b7365e71046b67aa402eb (patch) | |
tree | 038a333831985c534ddc1a506b392fec3642bb20 | |
parent | a46d7b42b4cb29ff8ee102094336599e63fab50e (diff) | |
download | gsoc2013-evolution-6468acf6896dc3bb5e0b7365e71046b67aa402eb.tar.gz gsoc2013-evolution-6468acf6896dc3bb5e0b7365e71046b67aa402eb.tar.zst gsoc2013-evolution-6468acf6896dc3bb5e0b7365e71046b67aa402eb.zip |
Added missing #include <config.h> to make translations working.
* e-msg-composer-select-file.c: Added missing #include <config.h> to
make translations working.
svn path=/trunk/; revision=10906
-rw-r--r-- | composer/ChangeLog | 5 | ||||
-rw-r--r-- | composer/e-msg-composer-select-file.c | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog index bf6733120e..754996d15a 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,8 @@ +2001-07-09 Zbigniew Chyla <cyba@gnome.pl> + + * e-msg-composer-select-file.c: Added missing #include <config.h> to + make translations working. + 2001-07-07 Jon Trowbridge <trow@ximian.com> * e-msg-composer-hdrs.c (set_recipients): Make sure that our diff --git a/composer/e-msg-composer-select-file.c b/composer/e-msg-composer-select-file.c index a8b8f34a48..0d329bac9a 100644 --- a/composer/e-msg-composer-select-file.c +++ b/composer/e-msg-composer-select-file.c @@ -21,6 +21,10 @@ * Author: Ettore Perazzoli */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #include <gtk/gtkbox.h> #include <gtk/gtkcheckbutton.h> #include <gtk/gtkfilesel.h> |