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

    r352 r382  
    732732      if (!hwndCnr)
    733733      {
    734         Runtime_Error(pszSrcFile, __LINE__, "no window");
     734        Runtime_Error2(pszSrcFile, __LINE__, IDS_NOWINDOWTEXT);
    735735        break;
    736736      }
Note: See TracChangeset for help on using the changeset viewer.