Changeset 378 for trunk/dll/dirsize.c


Ignore:
Timestamp:
Jul 27, 2006, 8:32:26 AM (19 years ago)
Author:
root
Message:

Use RuntimeError2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/dirsize.c

    r350 r378  
    857857          pState = INSTDATA(hwnd);
    858858          if (!pState)
    859             Runtime_Error(pszSrcFile, __LINE__, "no data");
     859            Runtime_Error2(pszSrcFile, __LINE__, IDS_NODATATEXT);
    860860          else {
    861861
     
    922922          pState = INSTDATA(hwnd);
    923923          if (!pState)
    924             Runtime_Error(pszSrcFile, __LINE__, "no data");
     924            Runtime_Error2(pszSrcFile, __LINE__, IDS_NODATATEXT);
    925925          else {
    926926            if (pState->working) {
Note: See TracChangeset for help on using the changeset viewer.