https://git.reactos.org/?p=reactos.git;a=commitdiff;h=c3408740b0a64ba64ee1941f7773cb93150fd055
commit c3408740b0a64ba64ee1941f7773cb93150fd055
Author:     Jose Carlos Jesus <zecarlos1...@hotmail.com>
AuthorDate: Mon Feb 3 11:59:41 2025 +0000
Commit:     GitHub <nore...@github.com>
CommitDate: Mon Feb 3 12:59:41 2025 +0100

    [SHLWAPI] Remove accelerator keys from Ok and Cancel buttons (#7690)
---
 dll/win32/shlwapi/lang/pt-PT.rc | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dll/win32/shlwapi/lang/pt-PT.rc b/dll/win32/shlwapi/lang/pt-PT.rc
index ed9e5bd24c3..3f2028b52de 100644
--- a/dll/win32/shlwapi/lang/pt-PT.rc
+++ b/dll/win32/shlwapi/lang/pt-PT.rc
@@ -4,6 +4,7 @@
  * Copyright 2004 Marcelo Duarte
  * Copyright 2006 Américo José Melo
  * Copyright 2010 Gustavo Henrique Milaré
+ * Copyright 2019-2025 Jose Carlos Jesus
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -46,8 +47,8 @@ FONT 8, "MS Shell Dlg"
  LTEXT "", IDS_ERR_USER_MSG2, 15, 5, 28, 20
  LTEXT "", IDS_ERR_USER_MSG, 15, 5, 210, 8
  CHECKBOX "Não &mostrar esta mensagem novamente", IDC_ERR_DONT_SHOW, 5, 20, 
210, 10, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP
- PUSHBUTTON "&OK", IDOK, 105, 40, 50, 14, WS_GROUP | WS_TABSTOP
- PUSHBUTTON "&Cancelar", IDCANCEL, 160, 40, 50, 14, WS_GROUP | WS_TABSTOP
+ PUSHBUTTON "OK", IDOK, 105, 40, 50, 14, WS_GROUP | WS_TABSTOP
+ PUSHBUTTON "Cancelar", IDCANCEL, 160, 40, 50, 14, WS_GROUP | WS_TABSTOP
  PUSHBUTTON "&Sim", IDYES, 105, 40, 50, 14, WS_GROUP | WS_TABSTOP
  PUSHBUTTON "&Não", IDNO, 160, 40, 50, 14, WS_GROUP | WS_TABSTOP
 }

Reply via email to