Changeset 1140

Show
Ignore:
Timestamp:
06/27/08 12:14:13
Author:
deo
Message:

Added missing i18n_domain.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • qPloneComments/branches/plone-3.0/configure.zcml

    r1137 r1140  
    11<configure 
    22    xmlns="http://namespaces.zope.org/zope" 
    3     xmlns:browser="http://namespaces.zope.org/browser" 
    43    xmlns:cmf="http://namespaces.zope.org/cmf" 
    54    xmlns:gs="http://namespaces.zope.org/genericsetup" 
    6     xmlns:five="http://namespaces.zope.org/five"> 
     5    xmlns:five="http://namespaces.zope.org/five" 
     6    i18n_domain="plonecomments"> 
    77 
    88  <five:registerPackage package="." />