Do not hardcode the path to the xml file.

svn path=/trunk/; revision=25170
This commit is contained in:
Maarten Bosma
2006-12-15 16:54:18 +00:00
parent 1f61021064
commit 343f35865f
+1 -1
View File
@@ -122,7 +122,7 @@ void SetupControls (HWND hwnd)
ImageList_Add(hImageList, LoadBitmap(hInstance, MAKEINTRESOURCE(IDB_TREEVIEW_ICON_8)), NULL);
// Fill the TreeViews
ProcessXML ("C:\\reactos\\base\\applications\\downloader\\apps.xml", &Root);
ProcessXML ("apps.xml", &Root);
AddItems (hCategories, Root.Children, NULL);
}