Ignore:
Timestamp:
Oct 3, 2011, 5:09:51 PM (13 years ago)
Author:
bayral
Message:

rename category to Albums

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/PiwigoLib/PiwigoUpload/DTO/SelectedList.cs

    r12262 r12336  
    1616    }
    1717
    18     public sealed class SelectedCategoryListItem : SelectedListItem<PwgCategory, Int32>
     18    public sealed class SelectedAlbumListItem : SelectedListItem<PwgAlbum, Int32>
    1919    {       
    20         public SelectedCategoryListItem()
     20        public SelectedAlbumListItem()
    2121        { }
    2222    }
    2323
    24     public sealed class SelectedPwgCategoryList : BindingList<SelectedCategoryListItem>
     24    public sealed class SelectedPwgAlbumList : BindingList<SelectedAlbumListItem>
    2525    {       
    2626    }
Note: See TracChangeset for help on using the changeset viewer.