https://git.reactos.org/?p=reactos.git;a=commitdiff;h=709309d94fe43c1b06df3164408cb2e6e25a32ac

commit 709309d94fe43c1b06df3164408cb2e6e25a32ac
Author:     Jose Carlos Jesus <[email protected]>
AuthorDate: Sun Aug 11 10:56:38 2024 -0400
Commit:     GitHub <[email protected]>
CommitDate: Sun Aug 11 16:56:38 2024 +0200

    [COMCTL32] pt-PT: Fix accel collisions. Add missing accel keys. (#7234)
---
 dll/win32/comctl32/lang/comctl_Pt.rc | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dll/win32/comctl32/lang/comctl_Pt.rc 
b/dll/win32/comctl32/lang/comctl_Pt.rc
index 4f73e28b5d9..28325f662cd 100644
--- a/dll/win32/comctl32/lang/comctl_Pt.rc
+++ b/dll/win32/comctl32/lang/comctl_Pt.rc
@@ -60,7 +60,7 @@ BEGIN
   DEFPUSHBUTTON "OK",     IDOK,4,122,50,14, WS_TABSTOP | WS_GROUP
   PUSHBUTTON    "Cancelar", IDCANCEL,58,122,50,14
   PUSHBUTTON    "&Aplicar", IDC_APPLY_BUTTON,112,122,50,14,WS_DISABLED
-  PUSHBUTTON    "Ajuda",   IDHELP,166,122,50,14,WS_TABSTOP|WS_GROUP
+  PUSHBUTTON    "A&juda",   IDHELP,166,122,50,14,WS_TABSTOP|WS_GROUP
   CONTROL       "",       
IDC_TABCONTROL,"SysTabControl32",WS_CLIPSIBLINGS|WS_GROUP|WS_TABSTOP|TCS_MULTILINE,4,4,212,114
 END
 
@@ -88,13 +88,13 @@ FONT 8, "MS Shell Dlg"
 BEGIN
   DEFPUSHBUTTON "&Fechar",     IDCANCEL,320,6,70,14
   PUSHBUTTON    "R&estaurar",     IDC_RESET_BTN,320,23,70,14
-  PUSHBUTTON    "&Ajuda",      IDC_HELP_BTN,320,40,70,14 //FIXME: accelerator 
collision &A
+  PUSHBUTTON    "A&juda",      IDC_HELP_BTN,320,40,70,14
   PUSHBUTTON    "A&cima",   IDC_MOVEUP_BTN,320,74,70,14
   PUSHBUTTON    "A&baixo", IDC_MOVEDN_BTN,320,91,70,14
   LTEXT         "Botões &disponíveis:", -1,4,5,120,10
   LISTBOX       IDC_AVAILBTN_LBOX,5,17,120,100, LBS_NOTIFY | 
LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | 
LBS_DISABLENOSCROLL | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
-  PUSHBUTTON    "&Adicionar ->",    IDOK, 132, 42, 55, 14 //FIXME: accelerator 
collision &A
+  PUSHBUTTON    "&Adicionar ->",    IDOK, 132, 42, 55, 14
   PUSHBUTTON    "<- &Remover", IDC_REMOVE_BTN,132,62,55,14
-  LTEXT         "Botões da barra de ferramentas:", -1,194,5,120,10 //FIXME: 
should have an accelerator, but &B is in use atm
+  LTEXT         "B&otões da barra de ferramentas:", -1,194,5,120,10
   LISTBOX       IDC_TOOLBARBTN_LBOX, 194,17,120,100,LBS_NOTIFY | 
LBS_OWNERDRAWFIXED | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | 
LBS_DISABLENOSCROLL | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
 END

Reply via email to