mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
Make the new-folder button say "Create Fo_lder" rather than "Create
2004-04-05 Federico Mena Quintero <federico@ximian.com> * gtk/gtkfilechooserdefault.c (file_pane_create): Make the new-folder button say "Create Fo_lder" rather than "Create _Folder", so that the mnemonic doesn't conflict with the "Save in _folder" label. Fixes #136975.
This commit is contained in:
parent
5af2f825c3
commit
a0f3ee5660
@ -1,3 +1,10 @@
|
||||
2004-04-05 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (file_pane_create): Make the
|
||||
new-folder button say "Create Fo_lder" rather than "Create
|
||||
_Folder", so that the mnemonic doesn't conflict with the "Save in
|
||||
_folder" label. Fixes #136975.
|
||||
|
||||
2004-04-05 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* gtk/gtkpathbar.c (_gtk_path_bar_set_path): Ref/sink the
|
||||
|
@ -1,3 +1,10 @@
|
||||
2004-04-05 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (file_pane_create): Make the
|
||||
new-folder button say "Create Fo_lder" rather than "Create
|
||||
_Folder", so that the mnemonic doesn't conflict with the "Save in
|
||||
_folder" label. Fixes #136975.
|
||||
|
||||
2004-04-05 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* gtk/gtkpathbar.c (_gtk_path_bar_set_path): Ref/sink the
|
||||
|
@ -1,3 +1,10 @@
|
||||
2004-04-05 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (file_pane_create): Make the
|
||||
new-folder button say "Create Fo_lder" rather than "Create
|
||||
_Folder", so that the mnemonic doesn't conflict with the "Save in
|
||||
_folder" label. Fixes #136975.
|
||||
|
||||
2004-04-05 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* gtk/gtkpathbar.c (_gtk_path_bar_set_path): Ref/sink the
|
||||
|
@ -1,3 +1,10 @@
|
||||
2004-04-05 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (file_pane_create): Make the
|
||||
new-folder button say "Create Fo_lder" rather than "Create
|
||||
_Folder", so that the mnemonic doesn't conflict with the "Save in
|
||||
_folder" label. Fixes #136975.
|
||||
|
||||
2004-04-05 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* gtk/gtkpathbar.c (_gtk_path_bar_set_path): Ref/sink the
|
||||
|
@ -1,3 +1,10 @@
|
||||
2004-04-05 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (file_pane_create): Make the
|
||||
new-folder button say "Create Fo_lder" rather than "Create
|
||||
_Folder", so that the mnemonic doesn't conflict with the "Save in
|
||||
_folder" label. Fixes #136975.
|
||||
|
||||
2004-04-05 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* gtk/gtkpathbar.c (_gtk_path_bar_set_path): Ref/sink the
|
||||
|
@ -2825,7 +2825,7 @@ file_pane_create (GtkFileChooserDefault *impl,
|
||||
gtk_box_pack_start (GTK_BOX (hbox), impl->browse_path_bar, TRUE, TRUE, 0);
|
||||
|
||||
/* Create Folder */
|
||||
impl->browse_new_folder_button = gtk_button_new_with_mnemonic (_("Create _Folder"));
|
||||
impl->browse_new_folder_button = gtk_button_new_with_mnemonic (_("Create Fo_lder"));
|
||||
g_signal_connect (impl->browse_new_folder_button, "clicked",
|
||||
G_CALLBACK (new_folder_button_clicked), impl);
|
||||
gtk_box_pack_end (GTK_BOX (hbox), impl->browse_new_folder_button, FALSE, FALSE, 0);
|
||||
|
Loading…
Reference in New Issue
Block a user