Use a single OK button, not a Close button, as per the HIG.
2004-03-11 Federico Mena Quintero <federico@ximian.com> * gtk/gtkfilechooserdefault.c (error_message_with_parent): Use a single OK button, not a Close button, as per the HIG. * gtk/gtkfilesel.c (gtk_file_selection_fileop_error): Likewise.
This commit is contained in:
parent
4cfd0030b6
commit
b35220fda0
@ -1,3 +1,10 @@
|
||||
2004-03-11 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (error_message_with_parent): Use a
|
||||
single OK button, not a Close button, as per the HIG.
|
||||
|
||||
* gtk/gtkfilesel.c (gtk_file_selection_fileop_error): Likewise.
|
||||
|
||||
2004-03-11 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (shortcuts_drag_motion_cb): Oops,
|
||||
|
@ -1,3 +1,10 @@
|
||||
2004-03-11 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (error_message_with_parent): Use a
|
||||
single OK button, not a Close button, as per the HIG.
|
||||
|
||||
* gtk/gtkfilesel.c (gtk_file_selection_fileop_error): Likewise.
|
||||
|
||||
2004-03-11 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (shortcuts_drag_motion_cb): Oops,
|
||||
|
@ -1,3 +1,10 @@
|
||||
2004-03-11 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (error_message_with_parent): Use a
|
||||
single OK button, not a Close button, as per the HIG.
|
||||
|
||||
* gtk/gtkfilesel.c (gtk_file_selection_fileop_error): Likewise.
|
||||
|
||||
2004-03-11 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (shortcuts_drag_motion_cb): Oops,
|
||||
|
@ -1,3 +1,10 @@
|
||||
2004-03-11 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (error_message_with_parent): Use a
|
||||
single OK button, not a Close button, as per the HIG.
|
||||
|
||||
* gtk/gtkfilesel.c (gtk_file_selection_fileop_error): Likewise.
|
||||
|
||||
2004-03-11 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (shortcuts_drag_motion_cb): Oops,
|
||||
|
@ -1,3 +1,10 @@
|
||||
2004-03-11 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (error_message_with_parent): Use a
|
||||
single OK button, not a Close button, as per the HIG.
|
||||
|
||||
* gtk/gtkfilesel.c (gtk_file_selection_fileop_error): Likewise.
|
||||
|
||||
2004-03-11 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (shortcuts_drag_motion_cb): Oops,
|
||||
|
@ -633,7 +633,7 @@ error_message_with_parent (GtkWindow *parent,
|
||||
dialog = gtk_message_dialog_new (parent,
|
||||
GTK_DIALOG_MODAL | GTK_DIALOG_DESTROY_WITH_PARENT,
|
||||
GTK_MESSAGE_ERROR,
|
||||
GTK_BUTTONS_CLOSE,
|
||||
GTK_BUTTONS_OK,
|
||||
"%s",
|
||||
msg);
|
||||
gtk_dialog_run (GTK_DIALOG (dialog));
|
||||
|
@ -1371,7 +1371,7 @@ gtk_file_selection_fileop_error (GtkFileSelection *fs,
|
||||
dialog = gtk_message_dialog_new (GTK_WINDOW (fs),
|
||||
GTK_DIALOG_DESTROY_WITH_PARENT,
|
||||
GTK_MESSAGE_ERROR,
|
||||
GTK_BUTTONS_CLOSE,
|
||||
GTK_BUTTONS_OK,
|
||||
"%s", error_message);
|
||||
|
||||
/* yes, we free it */
|
||||
|
Loading…
Reference in New Issue
Block a user