Fixes #168790
2006-01-22 Rodrigo Moya <rodrigo@novell.com> Fixes #168790 * gnome-keyboard-properties.c (accessibility_button_clicked): dont use "capplet" in user-visible strings.
This commit is contained in:
parent
981dab8ef5
commit
af467b99b6
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
|||
2006-01-22 Rodrigo Moya <rodrigo@novell.com>
|
||||
|
||||
Fixes #168790
|
||||
|
||||
* gnome-keyboard-properties.c (accessibility_button_clicked): dont
|
||||
use "capplet" in user-visible strings.
|
||||
|
||||
2006-01-09 Sergey Udaltsov <svu@gnome.org>
|
||||
|
||||
Fixes bug #326275
|
||||
|
|
|
@ -106,7 +106,7 @@ accessibility_button_clicked (GtkWidget *widget,
|
|||
GError *err = NULL;
|
||||
if (!g_spawn_command_line_async ("gnome-accessibility-keyboard-properties", &err))
|
||||
capplet_error_dialog (GTK_WINDOW (gtk_widget_get_toplevel (widget)),
|
||||
_("There was an error launching the keyboard capplet : %s"),
|
||||
_("There was an error launching the keyboard tool : %s"),
|
||||
err);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue