mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 11:11:44 +00:00
[EXPLORER][BROWSEUI] de-DE.rc fix 3 german keyboard accelerators
[BROWSEUI] German accelerator for "F&avoriten" collided with "&Ansicht". [EXPLORER] German accelerator for "F&avoriten" must be "&Favoriten" also in the startmenu. [BROWSEUI] German accelerator for "S&chnellstartleiste" was missing. Fix all 3 by switching to what MS uses in german XPSP3. see the before-state with the [BROWSEUI] collision here: https://jira.reactos.org/secure/attachment/65116/ros.png Please note that in current master head the accelerators in [BROWSEUI] filebrowser are generally broken for other reasons. So this commit will not entirely fix CORE-18824 yet, but just rules out the small related glitches in the german rc-files.
This commit is contained in:
parent
f73ac17e30
commit
06b25bc9dd
2 changed files with 3 additions and 3 deletions
|
@ -30,7 +30,7 @@ BEGIN
|
|||
BEGIN
|
||||
MENUITEM "(Leer)", -1, MFT_STRING, MFS_GRAYED
|
||||
END
|
||||
POPUP "F&avoriten", IDM_FAVORITES
|
||||
POPUP "&Favoriten", IDM_FAVORITES
|
||||
BEGIN
|
||||
MENUITEM "(Leer)", -1, MFT_STRING, MFS_GRAYED
|
||||
END
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue