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:
Richard Hestilow 2002-03-07 22:58:10 +00:00 committed by Rachel Hestilow
parent 5c7e9d3719
commit 9baad113aa
2 changed files with 8 additions and 0 deletions

View file

@ -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.

View file

@ -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);