Fix a typo.
2007-01-07 Kjartan Maraas <kmaraas@gnome.org> * gnome-keyboard-properties.c: (main): Fix a typo. svn path=/trunk/; revision=7080
This commit is contained in:
parent
46ce80e7b4
commit
61b7c96fee
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2007-01-07 Kjartan Maraas <kmaraas@gnome.org>
|
||||||
|
|
||||||
|
* gnome-keyboard-properties.c: (main): Fix a typo.
|
||||||
|
|
||||||
2007-01-06 Lucas Rocha <lucasr.at.mundo@gmail.com>
|
2007-01-06 Lucas Rocha <lucasr.at.mundo@gmail.com>
|
||||||
|
|
||||||
Fixes #336286
|
Fixes #336286
|
||||||
|
|
|
@ -233,7 +233,7 @@ main (int argc, char **argv)
|
||||||
bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
|
bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
|
||||||
textdomain (GETTEXT_PACKAGE);
|
textdomain (GETTEXT_PACKAGE);
|
||||||
|
|
||||||
context = g_option_context_new (_("- GNOME Keyboard Preferencies"));
|
context = g_option_context_new (_("- GNOME Keyboard Preferences"));
|
||||||
g_option_context_add_main_entries (context, cap_options, GETTEXT_PACKAGE);
|
g_option_context_add_main_entries (context, cap_options, GETTEXT_PACKAGE);
|
||||||
|
|
||||||
gnome_program_init ("gnome-keyboard-properties", VERSION, LIBGNOMEUI_MODULE, argc, argv,
|
gnome_program_init ("gnome-keyboard-properties", VERSION, LIBGNOMEUI_MODULE, argc, argv,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue