Changeset 1800


Ignore:
Timestamp:
2000-12-18T12:28:23+13:00 (23 years ago)
Author:
sjboddie
Message:

The old windows local library gsdl.ini file is now called gsdlsite.cfg
to tie in more closely with the web library.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/w32server/settings.cpp

    r1739 r1800  
    245245  strcpy (conffile, data_location);
    246246  remove_end_slashes (conffile);
    247   strcat (conffile, "\\gsdl.ini");
     247  strcat (conffile, "\\gsdlsite.cfg");
    248248 
    249249  ofstream fout (conffile);
     
    362362  strcpy (conffile, data_location);
    363363  remove_end_slashes (conffile);
    364   strcat (conffile, "\\gsdl.ini");
     364  strcat (conffile, "\\gsdlsite.cfg");
    365365 
    366366  // set up defaults
Note: See TracChangeset for help on using the changeset viewer.