Changeset 399 for AE


Ignore:
Timestamp:
Jul 7, 2009, 12:56:35 AM (15 years ago)
Author:
gumby
Message:

Fixed fail persist.dat\key_config.txt copy bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • AE/Installer/trunk/source/main_window.cpp

    r398 r399  
    358358                setProgressBar( 1000 );
    359359
    360                 copy("../../persist.dat","../persist.dat");
    361                 copy("../../key_config.txt","../key_config.txt");
     360                copy("../../persist.dat","..");
     361                copy("../../key_config.txt","..");
    362362               
    363363#ifndef WIN32
Note: See TracChangeset for help on using the changeset viewer.