[gtranslator: 1/2] fix position of 'Cancel' button in 'Notes' Dialog



commit 2cbcbabf3fb4df0217b88ab62ad974b8e83eb922
Author: Priyanka Saggu <priyankasggu11929 gmail com>
Date:   Fri Nov 1 01:45:47 2019 +0530

    fix position of 'Cancel' button in 'Notes' Dialog

 src/gtr-context.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/gtr-context.c b/src/gtr-context.c
index 6604b868..22785dfe 100644
--- a/src/gtr-context.c
+++ b/src/gtr-context.c
@@ -87,7 +87,7 @@ setup_notes_edition (GtrContextPanel *panel)
                                         _("_Save"),
                                         GTK_RESPONSE_ACCEPT,
                                         _("_Cancel"),
-                                        GTK_RESPONSE_REJECT,
+                                        GTK_RESPONSE_CANCEL,
                                         NULL);
 
   dialog_area = GTK_BOX (gtk_dialog_get_content_area (GTK_DIALOG (dialog)));


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