[gvfs] afc: invert the choices order for the device passcode dialog



commit f952d7c1cac59d47679049f544e44eb0d25d0ccd
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Thu Dec 1 14:54:01 2011 -0500

    afc: invert the choices order for the device passcode dialog
    
    Buttons are layed out in reverse order, and the positive action is on
    the right hand side.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=665328

 daemon/gvfsbackendafc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/daemon/gvfsbackendafc.c b/daemon/gvfsbackendafc.c
index cade065..97aadaa 100644
--- a/daemon/gvfsbackendafc.c
+++ b/daemon/gvfsbackendafc.c
@@ -378,7 +378,7 @@ g_vfs_backend_afc_mount (GVfsBackend *backend,
   char **dcim_afcinfo;
   plist_t value;
   lockdownd_error_t lerr;
-  const gchar *choices[] = {_("Cancel"), _("Try again")};
+  const gchar *choices[] = {_("Try again"), _("Cancel")};
   gboolean aborted = FALSE;
   gchar *message = NULL;
   gint choice;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]