Changeset 382 for trunk/dll/undel.c


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

Use RuntimeError2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/undel.c

    r328 r382  
    177177      listdone = TRUE;
    178178      if(!mp2 || !*(CHAR *)mp2) {
    179         Runtime_Error(pszSrcFile, __LINE__, "no data");
     179        Runtime_Error2(pszSrcFile, __LINE__, IDS_NODATATEXT);
    180180        WinDismissDlg(hwnd,0);
    181181        break;
     
    300300                                    s);
    301301                if (!isalpha(*s)) {
    302                   Runtime_Error(pszSrcFile, __LINE__, "no data");
     302                  Runtime_Error2(pszSrcFile, __LINE__, IDS_NODATATEXT);
    303303                }
    304304                else {
Note: See TracChangeset for help on using the changeset viewer.