Changeset 351b9cf065716461db903b7f62fa7bbb5e95ac67
- Timestamp:
- 24/12/07 14:48:20
(10 months ago)
- Author:
- Antoine Cellerier <dionoea@videolan.org>
- git-committer:
- Antoine Cellerier <dionoea@videolan.org> 1198504100 +0000
- git-parent:
[5777fa8de8116dccc731262b41ac4e9d4cd25331]
- git-author:
- Antoine Cellerier <dionoea@videolan.org> 1198504100 +0000
- Message:
Use the longtext as longtext.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| red5205f |
r351b9cf |
|
| 202 | 202 | |
|---|
| 203 | 203 | item->psz_text = text ? strdup ( _(text)) : NULL; |
|---|
| 204 | | item->psz_longtext = longtext ? strdup ( _(text)) : NULL; |
|---|
| | 204 | item->psz_longtext = longtext ? strdup ( _(longtext)) : NULL; |
|---|
| 205 | 205 | ret = 0; |
|---|
| 206 | 206 | break; |
|---|