[Xfce4-commits] [thunar-plugins/thunar-vcs-plugin] 01/01: Add missing mnemonic to OK button

noreply at xfce.org noreply at xfce.org
Fri Jun 1 04:12:45 CEST 2018


This is an automated email from the git hooks/post-receive script.

a   n   d   r   e       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository thunar-plugins/thunar-vcs-plugin.

commit 25a03799813f97ee71f469e825bb6cae4c3769fd
Author: Andre Miranda <andreldm at xfce.org>
Date:   Thu May 31 23:12:37 2018 -0300

    Add missing mnemonic to OK button
---
 tvp-svn-helper/tsh-relocate-dialog.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tvp-svn-helper/tsh-relocate-dialog.c b/tvp-svn-helper/tsh-relocate-dialog.c
index 61abe23..7468dac 100644
--- a/tvp-svn-helper/tsh-relocate-dialog.c
+++ b/tvp-svn-helper/tsh-relocate-dialog.c
@@ -215,7 +215,7 @@ tsh_relocate_dialog_init (TshRelocateDialog *dialog)
 
 	gtk_dialog_add_buttons (GTK_DIALOG (dialog),
 	                        _("_Cancel"), GTK_RESPONSE_CANCEL,
-	                        _("OK"), GTK_RESPONSE_OK,
+	                        _("_OK"), GTK_RESPONSE_OK,
 	                        NULL);
 	gtk_dialog_set_alternative_button_order (GTK_DIALOG (dialog), GTK_RESPONSE_OK, GTK_RESPONSE_CANCEL, -1);
 	gtk_dialog_set_default_response (GTK_DIALOG (dialog), GTK_RESPONSE_OK);

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list