Changeset 3a004ff731875126ff0c99df0d68f2eb360a85ed
- 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
| r1fa3f9d |
r3a004ff |
|
| 350 | 350 | if( categories_array[i].i_id == i_value ) |
|---|
| 351 | 351 | { |
|---|
| 352 | | return categories_array[i].psz_name; |
|---|
| | 352 | return _(categories_array[i].psz_name); |
|---|
| 353 | 353 | } |
|---|
| 354 | 354 | i++; |
|---|
| … | … | |
| 364 | 364 | if( categories_array[i].i_id == i_value ) |
|---|
| 365 | 365 | { |
|---|
| 366 | | return categories_array[i].psz_help; |
|---|
| | 366 | return _(categories_array[i].psz_help); |
|---|
| 367 | 367 | } |
|---|
| 368 | 368 | i++; |
|---|