Changeset 8493971637d6c6b7e21b64677a00e9d3c5392fae
- Timestamp:
- 15/12/07 21:40:41
(10 months ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1197751241 +0000
- git-parent:
[eb918f107c6433cd8d547a3104e7d87328d9de20]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1197751241 +0000
- Message:
Remove extra semi-colon
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r99c94ac |
r8493971 |
|
| 1069 | 1069 | #define FETCH_META_LONGTEXT N_( \ |
|---|
| 1070 | 1070 | "Specify if you want to attempt to fetch files'"\ |
|---|
| 1071 | | "meta informations using the network." ); |
|---|
| | 1071 | "meta informations using the network." ) |
|---|
| 1072 | 1072 | |
|---|
| 1073 | 1073 | #define ALBUM_ART_TEXT N_( "Album art policy" ) |
|---|
| 1074 | 1074 | #define ALBUM_ART_LONGTEXT N_( \ |
|---|
| 1075 | | "Choose how album art will be downloaded." ); |
|---|
| | 1075 | "Choose how album art will be downloaded." ) |
|---|
| 1076 | 1076 | |
|---|
| 1077 | 1077 | static int pi_albumart_values[] = { ALBUM_ART_WHEN_ASKED, |
|---|