Set up gettext. (Problem noted by Héctor García Alvarez)

* main.c (main): Set up gettext. (Problem noted by Héctor García
	Alvarez)

svn path=/trunk/; revision=3334
This commit is contained in:
Dan Winship
2000-06-01 14:30:13 +00:00
parent 7e12d9c21c
commit ff24b9ea1b
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2000-06-01 Dan Winship <danw@helixcode.com>
* main.c (main): Set up gettext. (Problem noted by H<>ctor Garc<72>a
Alvarez)
2000-06-01 Ettore Perazzoli <ettore@helixcode.com>
* e-shell-view.c (DEFAULT_WIDTH): Add more 5 pixels.

View File

@ -21,6 +21,7 @@
* Author: Ettore Perazzoli
*/
#include <config.h>
#include <gnome.h>
#include <bonobo.h>
#include <libgnomeui/gnome-window-icon.h>
@ -176,6 +177,9 @@ main (int argc, char **argv)
{
char *evolution_directory;
bindtextdomain (PACKAGE, EVOLUTION_LOCALEDIR);
textdomain (PACKAGE);
init_corba (&argc, argv);
gnome_window_icon_set_default_from_file (EVOLUTION_IMAGES "/evolution-inbox.png");