projects
/
xboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
e62d77e
)
Translate menus after creation of JAWS menu
author
H.G. Muller
<h.g.muller@hccnet.nl>
Wed, 29 Dec 2010 22:18:30 +0000 (23:18 +0100)
committer
Arun Persaud
<arun@nubati.net>
Tue, 11 Jan 2011 05:22:03 +0000 (21:22 -0800)
winboard/winboard.c
patch
|
blob
|
history
diff --git
a/winboard/winboard.c
b/winboard/winboard.c
index
11a5d28
..
3e889d8
100644
(file)
--- a/
winboard/winboard.c
+++ b/
winboard/winboard.c
@@
-766,6
+766,7
@@
WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance,
}
\r
\r
JAWS_INIT
\r
+ TranslateMenus(1);
\r
\r
// InitCommonControlsEx(&ex);
\r
InitCommonControls();
\r
@@
-1060,7
+1061,6
@@
InitInstance(HINSTANCE hInstance, int nCmdShow, LPSTR lpCmdLine)
}
\r
\r
InitDrawingSizes(boardSize, 0);
\r
- TranslateMenus(1);
\r
InitMenuChecks();
\r
buttonCount = GetSystemMetrics(SM_CMOUSEBUTTONS);
\r
\r