Francois Gouget : progman: Fix the Alt+Enter accelerator so it shows the selected element attributes.

Alexandre Julliard julliard at winehq.org
Mon Apr 11 13:29:27 CDT 2011


Module: wine
Branch: master
Commit: 25a31a49c1382235278116a157020532c78e86e1
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=25a31a49c1382235278116a157020532c78e86e1

Author: Francois Gouget <fgouget at 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
 }




More information about the wine-cvs mailing list