PackageManager

svn path=/trunk/rosapps/packmgr/; revision=40
This commit is contained in:
Maarten Bosma 2005-05-26 10:01:14 +00:00
parent 6ec322630c
commit c7b2d3c47b

View File

@ -83,7 +83,7 @@ int CreateOptions (TREE* tree)
{
Log("* Load options.xml from the Internet (Temporary Hack)");
CopyFileA( PML_Download(tree, "http://svn.reactos.com/viewcvs/*checkout*/trunk/rosapps/packmgr/gui/options.xml", NULL, "options.xml"), "options.xml", TRUE);
CopyFileA( PML_Download(tree, "http://svn.reactos.com/viewcvs/*checkout*/trunk/rosapps/packmgr/lib/options.xml", NULL, "options.xml"), "options.xml", TRUE);
return ERR_OK;
}