Changeset 2539

Show
Ignore:
Timestamp:
10/03/07 18:57:15 (1 year ago)
Author:
cstender
Message:

renamed DateCreated? to Created

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • format-plugins/vformat/src/xmlformat-vnote.c

    r2495 r2539  
    116116        insert_xml_attr_handler(hooks->attributes, "Categories", (void *)handle_xml_categories_attribute); 
    117117        insert_xml_attr_handler(hooks->attributes, "LastModified", (void *)handle_xml_last_modified_attribute); 
    118         insert_xml_attr_handler(hooks->attributes, "DateCreated", (void *)handle_xml_created_attribute); 
     118        insert_xml_attr_handler(hooks->attributes, "Created", (void *)handle_xml_created_attribute); 
    119119        insert_xml_attr_handler(hooks->attributes, "Body", (void *)handle_xml_body_attribute); 
    120120