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:
martkelder 2010-08-10 13:59:11 +00:00
parent 976d83e2e7
commit 174fc545cf

View file

@ -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);