projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
added QueryRawValue() to wxRegKey and test code for it in the sample
[wxWidgets.git]
/
src
/
os2
/
menu.cpp
diff --git
a/src/os2/menu.cpp
b/src/os2/menu.cpp
index 5f2ddd5927d7b40f3577cd8602bf8012565883ee..a9c390acc31d7a9f6389d6eccfeb89d69bb68d14 100644
(file)
--- a/
src/os2/menu.cpp
+++ b/
src/os2/menu.cpp
@@
-1031,7
+1031,7
@@
void wxMenuBar::Attach(
// Ensure the accelerator table is set to the frame (not the client!)
//
if (!::WinSetAccelTable( vHabmain
- ,(HWND)pFrame->Get
Frame
()
+ ,(HWND)pFrame->Get
HWND
()
,m_vAccelTable.GetHACCEL()
))
wxLogLastError("WinSetAccelTable");