Francois Gouget : progman: Fix the Alt+Enter accelerator so it shows the selected element attributes.
Module: wine Branch: master Commit: 25a31a49c1382235278116a157020532c78e86e1 URL: http://source.winehq.org/git/wine.git/?a=commit;h=25a31a49c1382235278116a157... Author: Francois Gouget <fgouget(a)free.fr> Date: Sun Apr 10 18:45:06 2011 +0200 progman: Fix the Alt+Enter accelerator so it shows the selected element attributes. --- programs/progman/progman.rc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/programs/progman/progman.rc b/programs/progman/progman.rc index 4562093..2281b33 100644 --- a/programs/progman/progman.rc +++ b/programs/progman/progman.rc @@ -86,5 +86,5 @@ IDS_SYMBOLS_ICO, "Icons (*.ico)" ACCEL ACCELERATORS { -VK_RETURN, PM_EXECUTE, VIRTKEY, ALT +VK_RETURN, PM_ATTRIBUTES, VIRTKEY, ALT }
participants (1)
-
Alexandre Julliard