Diff for /xmil/win9x/dialog/d_sound.cpp between versions 1.1 and 1.3

version 1.1, 2004/08/01 05:31:32 version 1.3, 2004/08/08 09:12:06
Line 24  void dialog_x1f(HWND hWnd) { Line 24  void dialog_x1f(HWND hWnd) {
         check = FALSE;          check = FALSE;
         file_cpyname(path, bmpfilefolder, NELEMENTS(path));          file_cpyname(path, bmpfilefolder, NELEMENTS(path));
         file_cutname(path);          file_cutname(path);
         file_catname(path, x1fui_file, sizeof(path));          file_catname(path, x1fui_file, NELEMENTS(path));
         if ((dlgs_selectwritenum(hWnd, &x1fui, path, NELEMENTS(path))) &&          if ((dlgs_selectwritenum(hWnd, &x1fui, path, NELEMENTS(path))) &&
                 (x1f_open(path) == SUCCESS)) {                  (x1f_open(path) == SUCCESS)) {
                 file_cpyname(bmpfilefolder, path, NELEMENTS(bmpfilefolder));                  file_cpyname(bmpfilefolder, path, NELEMENTS(bmpfilefolder));
                 sysmng_update(SYS_UPDATEOSCFG);                  sysmng_update(SYS_UPDATEOSCFG);
                 check = TRUE;                  check = TRUE;
         }          }
         xmenu_opmlog(check);          menu_opmlog(check);
 }  }
 #endif  #endif
   

Removed from v.1.1  
changed lines
  Added in v.1.3


RetroPC.NET-CVS <cvs@retropc.net>