'qqshka: btw, static actually helped' with hotkeys not working.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@6252 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
12cdfc197f
commit
bfdc0b59bd
1 changed files with 1 additions and 1 deletions
|
@ -7052,7 +7052,7 @@ int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLin
|
|||
pbool fl_acc;
|
||||
unsigned int i;
|
||||
WNDCLASS wndclass;
|
||||
ACCEL acceleratorlist[] =
|
||||
static ACCEL acceleratorlist[] =
|
||||
{
|
||||
{FCONTROL|FVIRTKEY, 'S', IDM_SAVE},
|
||||
{FCONTROL|FVIRTKEY, 'F', IDM_FIND},
|
||||
|
|
Loading…
Reference in a new issue