mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Do not hardcode the path to the xml file.
svn path=/trunk/; revision=25170
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user