The R Project SVN R

Rev

Rev 33093 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 33093 Rev 34081
Line 353... Line 353...
353
    char strbuf[_MAX_PATH] = "anything", *p;
353
    char strbuf[_MAX_PATH] = "anything", *p;
354
 
354
 
355
    ofn.lStructSize     = sizeof(OPENFILENAME);
355
    ofn.lStructSize     = sizeof(OPENFILENAME);
356
    ofn.hwndOwner       = 0;
356
    ofn.hwndOwner       = 0;
357
    ofn.hInstance       = 0;
357
    ofn.hInstance       = 0;
358
    ofn.lpstrFilter     = G_("All files (*.*)\0*.*\0\0");
358
    ofn.lpstrFilter     = "All files (*.*)\0*.*\0\0";
359
    ofn.lpstrCustomFilter = NULL;
359
    ofn.lpstrCustomFilter = NULL;
360
    ofn.nMaxCustFilter  = 0;
360
    ofn.nMaxCustFilter  = 0;
361
    ofn.nFilterIndex    = 0;
361
    ofn.nFilterIndex    = 0;
362
    ofn.lpstrFile       = strbuf;
362
    ofn.lpstrFile       = strbuf;
363
    ofn.nMaxFile        = _MAX_PATH;
363
    ofn.nMaxFile        = _MAX_PATH;