diff --git a/rosapps/packmgr/lib/options.cpp b/rosapps/packmgr/lib/options.cpp index a437511e39c..bf41437335c 100644 --- a/rosapps/packmgr/lib/options.cpp +++ b/rosapps/packmgr/lib/options.cpp @@ -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; }