Fixed conflict in Alt-C mnemonic. Bugzilla bug #125719.
2003-12-09 Kaushal Kumar <kaushal.kumar@wipro.com> * capplets/display/main.c (create_dialog): Fixed conflict in Alt-C mnemonic. Bugzilla bug #125719.
This commit is contained in:
parent
501c6feb44
commit
9d1a824b3b
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
2003-12-09 Kaushal Kumar <kaushal.kumar@wipro.com>
|
||||
|
||||
* capplets/display/main.c (create_dialog):
|
||||
Fixed conflict in Alt-C mnemonic.
|
||||
Bugzilla bug #125719.
|
||||
|
||||
2003-11-12 Jody Goldberg <jody@gnome.org>
|
||||
|
||||
* Makefile.am : add a libgswitchit subdir
|
||||
|
|
|
@ -473,7 +473,7 @@ create_dialog (struct DisplayInfo *info)
|
|||
strcmp (hostname, "localhost.localdomain") != 0)
|
||||
{
|
||||
|
||||
str = g_strdup_printf (_("Make default for this _computer (%s) only"), hostname);
|
||||
str = g_strdup_printf (_("_Make default for this computer (%s) only"), hostname);
|
||||
per_computer_check = gtk_check_button_new_with_mnemonic (str);
|
||||
|
||||
/* If we previously set the resolution specifically for this hostname, default
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue