Ignore:
Timestamp:
Aug 30, 2011, 5:24:52 PM (13 years ago)
Author:
bayral
Message:

retrieve tags list and image for a tag.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/PiwigoLib/PiwigoWpf/DTO/Helper/PwgCategoryListWPFHelper.cs

    r11935 r12015  
    7575                PwgModelManager.Instance.CategoryList.Clear();
    7676                PwgRootCategoryWPF aRootCategory = new PwgRootCategoryWPF();
    77                 aRootCategory.Name = "Root";
     77                aRootCategory.Name = "Categories";
    7878                aRootCategory.Childrens = new PwgCategoryListWPF();
    7979                PwgModelManager.Instance.CategoryList.Add(aRootCategory);
Note: See TracChangeset for help on using the changeset viewer.