Changeset 382 for trunk/dll/update.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/update.c

    r344 r382  
    443443    dcd = INSTDATA(hwndCnr);
    444444  if (!dcd) {
    445     Runtime_Error(pszSrcFile, __LINE__, "no data");
     445    Runtime_Error2(pszSrcFile, __LINE__, IDS_NODATATEXT);
    446446    return ret;
    447447  }
Note: See TracChangeset for help on using the changeset viewer.