Changeset 3a004ff731875126ff0c99df0d68f2eb360a85ed

Show
Ignore:
Timestamp:
22/09/06 23:37:59 (2 years ago)
Author:
Clément Stenac <zorglub@videolan.org>
git-committer:
Clément Stenac <zorglub@videolan.org> 1158961079 +0000
git-parent:

[d7d799b8847eee8f1560a9e402de46df38d94092]

git-author:
Clément Stenac <zorglub@videolan.org> 1158961079 +0000
Message:

WTF ?

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • include/vlc_config_cat.h

    r1fa3f9d r3a004ff  
    350350        if( categories_array[i].i_id == i_value ) 
    351351        { 
    352             return categories_array[i].psz_name
     352            return _(categories_array[i].psz_name)
    353353        } 
    354354        i++; 
     
    364364        if( categories_array[i].i_id == i_value ) 
    365365        { 
    366             return categories_array[i].psz_help
     366            return _(categories_array[i].psz_help)
    367367        } 
    368368        i++;