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/PiwigoWpf/PiwigoWpf.csproj

    r12038 r12336  
    7676    </ApplicationDefinition>
    7777    <Compile Include="Command\PwgCmdGetImageforTag.cs" />
    78     <Compile Include="Command\PwgCmdGetSubCategorieforCategory.cs" />
    79     <Compile Include="Command\PwgCmdSelectImageInCategory.cs" />
     78    <Compile Include="Command\PwgCmdGetSubAlbumforAlbum.cs" />
     79    <Compile Include="Command\PwgCmdSelectImageInAlbum.cs" />
    8080    <Compile Include="Command\DelegateCommand.cs" />
    8181    <Compile Include="Command\PwgCmdDeleteTrace.cs" />
    8282    <Compile Include="Command\PwgCmdDisconnect.cs" />
    8383    <Compile Include="Command\PwgCmdEventsConsumer.cs" />
    84     <Compile Include="Command\PwgCmdGetImageforCategory.cs" />
     84    <Compile Include="Command\PwgCmdGetImageforAlbum.cs" />
    8585    <Compile Include="Command\PwgCmdProvider.cs" />
    8686    <Compile Include="Command\PwgCmdConnect.cs" />
     
    9191    <Compile Include="DTO\Helper\PwgImageListWPFHelper.cs" />
    9292    <Compile Include="DTO\Helper\PwgImageWPFHelper.cs" />
    93     <Compile Include="DTO\Helper\PwgCategoryWPFHelper.cs" />
    94     <Compile Include="DTO\Helper\PwgCategoryListWPFHelper.cs" />
     93    <Compile Include="DTO\Helper\PwgAlbumWPFHelper.cs" />
     94    <Compile Include="DTO\Helper\PwgAlbumListWPFHelper.cs" />
    9595    <Compile Include="DTO\Helper\PwgSessionWPFHelper.cs" />
    96     <Compile Include="DTO\LocalPwgCategory.cs" />
     96    <Compile Include="DTO\LocalPwgAlbum.cs" />
    9797    <Compile Include="DTO\LocalPwgImage.cs" />
    9898    <Compile Include="DTO\PwgModelManager.cs" />
     
    117117    <Compile Include="DTO\PwgTagListWPF.cs" />
    118118    <Compile Include="DTO\PwgImageListWPF.cs" />
    119     <Compile Include="DTO\PwgCategoryListWPF.cs" />
    120     <Compile Include="DTO\PwgCategoryWPF.cs" />
     119    <Compile Include="DTO\PwgAlbumListWPF.cs" />
     120    <Compile Include="DTO\PwgTreeAlbumWPF.cs" />
    121121    <Compile Include="DTO\PwgImageWPF.cs" />
    122122    <Compile Include="DTO\PwgSessionWPF.cs" />
Note: See TracChangeset for help on using the changeset viewer.