Ignore:
Timestamp:
2001-02-20T00:11:32+13:00 (23 years ago)
Author:
cs025
Message:

Updates and fixes to permit removal of the main install directory successfully.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsinstaller/unInstall.cpp

    r1673 r2013  
    245245    if (!this->logfile.rdbuf()->is_open())
    246246#endif
    247     {   MessageBox(0, "Unable to open log file", "Test", MB_OK);
     247    {   MessageBox(0, "Unable to open log file", this->logfileName.c_str(), MB_OK);
    248248    }
    249249
Note: See TracChangeset for help on using the changeset viewer.