HomeSort by relevance Sort by last modified time
    Searched defs:szText (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/npapi/npspy/windows/
dirpick.cpp 412 char szText[_MAX_PATH + 80];
413 sprintf(szText, "The specified directory %s\ncannot be found", lpsz);
414 MessageBox(GetParent(hWnd), szText, "Choose Directory", MB_ICONEXCLAMATION|MB_OK);
491 char szText[80];
492 sprintf(szText, "Cannot read drive %c:", szDrive[0]);
493 if(IDRETRY == MessageBox(hWndDirPicker, szText, "Choose Directory", MB_ICONEXCLAMATION|MB_RETRYCANCEL))
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 625 milliseconds