mirror of
https://gitlab.gnome.org/GNOME/nautilus
synced 2024-11-05 16:04:31 +00:00
changing the mnemonic of "Empty Trash" button. Resolves the conflict
2003-01-06 Arvind Samptur <arvind.samptur@wipro.com> * src/nautilus-information-panel.c (nautilus_information_panel_update_buttons): changing the mnemonic of "Empty Trash" button. Resolves the conflict between "Edit" menu option and "Empty Trash" button, which caused the desktop to be badly stuck. Please see #101690, for Owen's comments as well.
This commit is contained in:
parent
e34724f30f
commit
6b7549ce09
2 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,11 @@
|
|||
2003-01-06 Arvind Samptur <arvind.samptur@wipro.com>
|
||||
* src/nautilus-information-panel.c
|
||||
(nautilus_information_panel_update_buttons): changing the
|
||||
mnemonic of "Empty Trash" button. Resolves the conflict
|
||||
between "Edit" menu option and "Empty Trash" button, which
|
||||
caused the desktop to be badly stuck.
|
||||
Please see #101690, for Owen's comments as well.
|
||||
|
||||
2002-12-31 Dave Camp <dave@ximian.com>
|
||||
|
||||
* src/nautilus-file-management-properties.glade: Applied UI review
|
||||
|
|
|
@ -1015,7 +1015,7 @@ nautilus_information_panel_update_buttons (NautilusInformationPanel *information
|
|||
* need a framework to allow protocols to add commands buttons */
|
||||
if (eel_istr_has_prefix (information_panel->details->uri, "trash:")) {
|
||||
/* FIXME: We don't use spaces to pad labels! */
|
||||
temp_button = gtk_button_new_with_mnemonic (_("_Empty Trash"));
|
||||
temp_button = gtk_button_new_with_mnemonic (_("Empty _Trash"));
|
||||
|
||||
gtk_box_pack_start (GTK_BOX (information_panel->details->button_box),
|
||||
temp_button, FALSE, FALSE, 0);
|
||||
|
|
Loading…
Reference in a new issue