--- np2/win9x/np2.cpp 2003/10/16 17:58:56 1.1 +++ np2/win9x/np2.cpp 2003/10/17 04:11:23 1.3 @@ -51,9 +51,6 @@ #define STATSAVEMAX 10 -static char np2help[] = "np2.hlp"; -static char np2resume[] = "sav"; - static char szClassName[] = "NP2-MainWindow"; HWND hWndMain; HINSTANCE hInst; @@ -86,6 +83,9 @@ static int np2opening = 1; static int np2quitmsg = 0; HMENU hStat = NULL; +static const char np2help[] = "np2.hlp"; +static const char np2resume[] = "sav"; + typedef struct { const char *str; @@ -1079,9 +1079,9 @@ static void processwait(WORD cnt) { scrnmng_dispclock(); keydisp_draw(np2oscfg.DRAW_SKIP); viewer_allreload(FALSE); - if (np2oscfg.DISPCLK & 2) { + if (np2oscfg.DISPCLK & 3) { if (sysmng_workclockrenewal()) { - sysmng_updatecaption(2); + sysmng_updatecaption(3); } } }