http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82258f4
)
progman: Fix the Alt+Enter accelerator so it shows the selected element attributes.
author
Francois Gouget
<fgouget@free.fr>
Sun, 10 Apr 2011 16:45:06 +0000
(18:45 +0200)
committer
Alexandre Julliard
<julliard@winehq.org>
Mon, 11 Apr 2011 10:07:04 +0000
(12:07 +0200)
programs/progman/progman.rc
patch
|
blob
|
blame
|
history
diff --git
a/programs/progman/progman.rc
b/programs/progman/progman.rc
index 4562093b40a1ab677ce5d93aea1aad308f9193dd..2281b33b5e8af4e2bd815d50a876ac627bd85955 100644
(file)
--- 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
}