Include <config.h> so that strings get translated. Correct spelling.

1999-03-27  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>

	* gncal/calobj.c: Include <config.h> so that strings get translated.
	* po/pt.po: Correct spelling.

svn path=/trunk/; revision=781
This commit is contained in:
Nuno Ferreira
1999-03-27 16:26:28 +00:00
committed by Nuno Ferreira
parent cdc2ca8e2a
commit 7a81d47b87
4 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
1999-03-27 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
* calobj.c: Include <config.h> So that strings get translated.
1999-03-26 Tomas Ogren <stric@ing.umu.se>
* prop.c (build_hours_menu): Made it respect 12/24h settings..

View File

@ -6,6 +6,7 @@
* Miguel de Icaza (miguel@gnu.org)
* Federico Mena (quartic@gimp.org)
*/
#include <config.h>
#include <string.h>
#include <glib.h>
#include <ctype.h>

View File

@ -6,6 +6,7 @@
* Miguel de Icaza (miguel@gnu.org)
* Federico Mena (quartic@gimp.org)
*/
#include <config.h>
#include <string.h>
#include <glib.h>
#include <ctype.h>

View File

@ -6,6 +6,7 @@
* Miguel de Icaza (miguel@gnu.org)
* Federico Mena (quartic@gimp.org)
*/
#include <config.h>
#include <string.h>
#include <glib.h>
#include <ctype.h>