fix i18n
2002-02-18 Gediminas Paulauskas <menesis@delfi.lt> * main.c: fix i18n 2002-02-18 Gediminas Paulauskas <menesis@delfi.lt> * ChangeLog: added * main.c: correct i18n
This commit is contained in:
parent
0a5a169432
commit
ad9f46de5f
4 changed files with 20 additions and 2 deletions
5
capplets/font/ChangeLog
Normal file
5
capplets/font/ChangeLog
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
2002-02-18 Gediminas Paulauskas <menesis@delfi.lt>
|
||||||
|
|
||||||
|
* ChangeLog: added
|
||||||
|
* main.c: correct i18n
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
|
#include <config.h>
|
||||||
#include <gnome.h>
|
#include <gnome.h>
|
||||||
#include <glade/glade.h>
|
#include <glade/glade.h>
|
||||||
#include <config.h>
|
|
||||||
|
|
||||||
#include "gconf-property-editor.h"
|
#include "gconf-property-editor.h"
|
||||||
|
|
||||||
|
@ -51,6 +51,10 @@ setup_dialog (void)
|
||||||
int
|
int
|
||||||
main (int argc, char **argv)
|
main (int argc, char **argv)
|
||||||
{
|
{
|
||||||
|
bindtextdomain (PACKAGE, GNOMELOCALEDIR);
|
||||||
|
bind_textdomain_codeset (PACKAGE, "UTF-8");
|
||||||
|
textdomain (PACKAGE);
|
||||||
|
|
||||||
gnome_program_init ("gnome2-font-properties", VERSION,
|
gnome_program_init ("gnome2-font-properties", VERSION,
|
||||||
LIBGNOMEUI_MODULE, argc, argv, NULL);
|
LIBGNOMEUI_MODULE, argc, argv, NULL);
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
2002-02-18 Gediminas Paulauskas <menesis@delfi.lt>
|
||||||
|
|
||||||
|
* main.c: fix i18n
|
||||||
|
|
||||||
2002-02-11 Seth Nickell <snickell@stanford.edu>
|
2002-02-11 Seth Nickell <snickell@stanford.edu>
|
||||||
|
|
||||||
* gtk-theme-selector.glade:
|
* gtk-theme-selector.glade:
|
||||||
|
|
|
@ -1,8 +1,9 @@
|
||||||
|
#include <config.h>
|
||||||
|
|
||||||
#include <gnome.h>
|
#include <gnome.h>
|
||||||
#include <bonobo.h>
|
#include <bonobo.h>
|
||||||
#include <glade/glade.h>
|
#include <glade/glade.h>
|
||||||
#include <gconf/gconf-client.h>
|
#include <gconf/gconf-client.h>
|
||||||
#include <config.h>
|
|
||||||
|
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
@ -243,6 +244,10 @@ setup_list (void)
|
||||||
int
|
int
|
||||||
main (int argc, char **argv)
|
main (int argc, char **argv)
|
||||||
{
|
{
|
||||||
|
bindtextdomain (PACKAGE, GNOMELOCALEDIR);
|
||||||
|
bind_textdomain_codeset (PACKAGE, "UTF-8");
|
||||||
|
textdomain (PACKAGE);
|
||||||
|
|
||||||
gnome_program_init ("gtk-theme-selector", VERSION,
|
gnome_program_init ("gtk-theme-selector", VERSION,
|
||||||
LIBGNOMEUI_MODULE, argc, argv, NULL);
|
LIBGNOMEUI_MODULE, argc, argv, NULL);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue