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:
@ -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.
|
||||
|
||||
@ -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");
|
||||
|
||||
Reference in New Issue
Block a user