Changeset 10 for trunk/UFioAPI.pas


Ignore:
Timestamp:
Mar 14, 2013, 11:35:29 PM (11 years ago)
Author:
chronos
Message:
  • Opraveno: České znaky v názvu ukládaných výpisů.
  • Opraveno: Název exportu CVS na CSV.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UFioAPI.pas

    r6 r10  
    2626
    2727const
    28   DataFormatText: array[TFioDataFormat] of string = ('XML', 'CVS', 'GPC', 'OFX',
     28  DataFormatText: array[TFioDataFormat] of string = ('XML', 'CSV', 'GPC', 'OFX',
    2929    'JSON', 'HTML', 'STA');
    30   DataFormatURL: array[TFioDataFormat] of string = ('xml', 'cvs', 'gpc', 'ofx',
     30  DataFormatURL: array[TFioDataFormat] of string = ('xml', 'csv', 'gpc', 'ofx',
    3131    'json', 'html', 'sta');
    3232
Note: See TracChangeset for help on using the changeset viewer.