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:
Kaushal Kumar 2003-12-11 09:47:55 +00:00 committed by Kaushal Kumar
parent 501c6feb44
commit 9d1a824b3b
2 changed files with 7 additions and 1 deletions

View file

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

View file

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