Okay, so I'm an idiot.
2002-03-07 Richard Hestilow <hestilow@ximian.com> * sound-properties-capplet.c (main): Okay, so I'm an idiot.
This commit is contained in:
parent
5c7e9d3719
commit
9baad113aa
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2002-03-07 Richard Hestilow <hestilow@ximian.com>
|
||||
|
||||
* sound-properties-capplet.c (main): Okay, so I'm an idiot.
|
||||
|
||||
2002-03-06 Richard Hestilow <hestilow@ximian.com>
|
||||
|
||||
* sound-properties-capplet.c (main): Remove textdomain stuff.
|
||||
|
|
|
@ -139,6 +139,10 @@ main (int argc, char **argv)
|
|||
{ NULL, '\0', 0, NULL, 0, NULL, NULL }
|
||||
};
|
||||
|
||||
bindtextdomain (PACKAGE, GNOMELOCALEDIR);
|
||||
bind_textdomain_codeset (PACKAGE, "UTF-8");
|
||||
textdomain (PACKAGE);
|
||||
|
||||
gnome_program_init (argv[0], VERSION, LIBGNOMEUI_MODULE, argc, argv,
|
||||
GNOME_PARAM_POPT_TABLE, cap_options,
|
||||
NULL);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue