Fix bug in standing menu.
You can now go to the next screen with enter or escape instead or with espace or escape. git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@2646 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 871819059e98955d6195c26c7087dbcca368e0ee Former-commit-id: 6917adfc6a070d714b5457d8f8daeb5ff9ffdafb
This commit is contained in:
parent
976d83e2e7
commit
174fc545cf
1 changed files with 1 additions and 1 deletions
|
@ -576,7 +576,7 @@ rmShowStandings(void *prevHdle, tRmInfo *info, int start)
|
|||
}//if i
|
||||
|
||||
GfuiAddKey(rmScrHdle, GFUIK_ESCAPE, "Continue", prevHdle, GfuiScreenReplace, NULL);
|
||||
GfuiAddKey(rmScrHdle, GFUIK_ESCAPE, "Continue", prevHdle, GfuiScreenReplace, NULL);
|
||||
GfuiAddKey(rmScrHdle, GFUIK_RETURN, "Continue", prevHdle, GfuiScreenReplace, NULL);
|
||||
GfuiAddKey(rmScrHdle, GFUIK_F1, "Help", rmScrHdle, GfuiHelpScreen, NULL);
|
||||
GfuiAddKey(rmScrHdle, GFUIK_F12, "Take a Screen Shot", NULL, GfuiScreenShot, NULL);
|
||||
|
||||
|
|
Loading…
Reference in a new issue