Changeset 36eb55290006fc0a1616fd42151b481443719867
- Timestamp:
- 12/06/07 15:18:02
(9 months ago)
- Author:
- Jean-Paul Saman <jpsaman@videolan.org>
- git-committer:
- Jean-Paul Saman <jpsaman@videolan.org> 1196950682 +0000
- git-parent:
[bf798aedd42b52a7e0c3072f5843fe9d6b6e3b9e]
- git-author:
- Jean-Paul Saman <jpsaman@videolan.org> 1196950682 +0000
- Message:
Patch by Remi Duraffort <ivoire at via.ecp.fr>: Replace fprintf with msg_Err().
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r0c86a4b |
r36eb552 |
|
| 1058 | 1058 | void PLModel::popupStream() |
|---|
| 1059 | 1059 | { |
|---|
| 1060 | | fprintf( stderr, "Stream not implemented\n" ); |
|---|
| 1061 | | } |
|---|
| | 1060 | msg_Err( p_playlist, "Stream not implemented" ); |
|---|
| | 1061 | } |
|---|
| | 1062 | |
|---|
| 1062 | 1063 | void PLModel::popupSave() |
|---|
| 1063 | 1064 | { |
|---|
| 1064 | | fprintf( stderr, "Save not implemented\n" ); |
|---|
| | 1065 | msg_Err( p_playlist, "Save not implemented" ); |
|---|
| 1065 | 1066 | } |
|---|
| 1066 | 1067 | |
|---|