Changeset 36


Ignore:
Timestamp:
Mar 14, 2018, 12:50:43 AM (7 years ago)
Author:
Gregg Young
Message:

Update error message to reflect current dll and exe naming

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gotcha.cpp

    r30 r36  
    117117    if ((Version() < 1))
    118118    {
    119         DisplayError("GOTCHA.DLL TO OLD",
    120                      "The file gotcha.dll is to old for this version of "
    121                      "Gotcha! As you should have received a sufficiently "
     119        DisplayError("GOTCHDLL.DLL TO OLD",
     120                     "The file gotchdll.dll is to old for this version of "
     121                     "Gotcha! Quiet As you should have received a sufficiently "
    122122                     "new version with the program, check if an older "
    123                      "version of gotcha.dll is still residing somewhere "
     123                     "version of gotchdll.dll is still residing somewhere "
    124124                     "in your LIBPATH. And did you actually copy the new "
    125                      "gotcha.dll to some directory in your LIBPATH?");
     125                     "gotchdll.dll to some directory in your LIBPATH?");
    126126        exit (0);
    127127    }
Note: See TracChangeset for help on using the changeset viewer.