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

    r336 r382  
    916916      hwndCollect = WinQueryWindowULong(hwnd, QWL_USER);
    917917      if (!hwndCollect)
    918         Runtime_Error(pszSrcFile, __LINE__, "no data");
     918        Runtime_Error2(pszSrcFile, __LINE__, IDS_NODATATEXT);
    919919      else
    920920      {
Note: See TracChangeset for help on using the changeset viewer.