HIG fixes for ui-review bug report #98915.

2003-07-17  Dennis Cranston <dennis_cranston at yahoo com>

	* gnome-accessibility-keyboard-properties.glade,
	  accessibility-keyboard.c:  HIG fixes for ui-review bug
	  report #98915.
This commit is contained in:
Dennis Cranston 2003-07-17 22:16:37 +00:00 committed by Dennis Cranston
parent c37f13d844
commit 0b748c4145
3 changed files with 1546 additions and 1509 deletions

View file

@ -1,3 +1,9 @@
2003-07-17 Dennis Cranston <dennis_cranston at yahoo com>
* gnome-accessibility-keyboard-properties.glade,
accessibility-keyboard.c: HIG fixes for ui-review bug
report #98915.
2003-07-16 Dennis Cranston <dennis_cranston at yahoo com> 2003-07-16 Dennis Cranston <dennis_cranston at yahoo com>
* gnome-accessibility-keyboard-properties.glade: Adjust widget * gnome-accessibility-keyboard-properties.glade: Adjust widget

View file

@ -462,7 +462,7 @@ cb_load_CDE_file (GtkButton *button, GtkWidget *dialog)
{ {
if (fsel == NULL) { if (fsel == NULL) {
fsel = GTK_FILE_SELECTION ( fsel = GTK_FILE_SELECTION (
gtk_file_selection_new (_("Select CDE AccessX file"))); gtk_file_selection_new (_("Import Feature Settings File")));
gtk_file_selection_hide_fileop_buttons (GTK_FILE_SELECTION (fsel)); gtk_file_selection_hide_fileop_buttons (GTK_FILE_SELECTION (fsel));
gtk_file_selection_set_select_multiple (GTK_FILE_SELECTION (fsel), FALSE); gtk_file_selection_set_select_multiple (GTK_FILE_SELECTION (fsel), FALSE);