Back-ported r4088 from trunk: Fixed faster/slower options in Windows time menu to adjust time by 10x instead of 2x factor.

ver1_5_1
Christophe Teyssier 2008-03-08 15:39:33 +00:00
parent 6068e2d1c6
commit 4f9b2404b6
1 changed files with 2 additions and 2 deletions

View File

@ -4117,10 +4117,10 @@ LRESULT CALLBACK MainWindowProc(HWND hWnd,
#endif
case ID_TIME_FASTER:
appCore->charEntered('L');
appCore->charEntered('l');
break;
case ID_TIME_SLOWER:
appCore->charEntered('K');
appCore->charEntered('k');
break;
case ID_TIME_REALTIME:
appCore->charEntered('\\');