Changeset 03cb690babe01ebb0f164e0f00c3de7f0262e1a4

Show
Ignore:
Timestamp:
03/05/06 16:34:21 (2 years ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1141572861 +0000
git-parent:

[5397b8f3eade20cab14e9a72e3337a1ed3b7f3ae]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1141572861 +0000
Message:

Don't call textdomain - it is not only useless but harmful (refs #581)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/libvlc.c

    r3200866 r03cb690  
    20252025 
    20262026    /* Set the default domain */ 
    2027     textdomain( PACKAGE_NAME ); 
    20282027    bind_textdomain_codeset( PACKAGE_NAME, "UTF-8" ); 
    20292028#endif