diff options
author | Philipp Hahn <pmhahn@users.sourceforge.net> | 2004-04-07 19:35:38 +0000 |
---|---|---|
committer | Philipp Hahn <pmhahn@users.sourceforge.net> | 2004-04-07 19:35:38 +0000 |
commit | 9317450b8614ebd51c4e6bf8bc362fded6449268 (patch) | |
tree | 0f4eab6795719676ed70746518039056fe3d04f7 | |
parent | 4a5df6703edb88372bc451d7aa5ee373f0d2aa88 (diff) | |
download | xine-lib-9317450b8614ebd51c4e6bf8bc362fded6449268.tar.gz xine-lib-9317450b8614ebd51c4e6bf8bc362fded6449268.tar.bz2 |
+\n
CVS patchset: 6344
CVS date: 2004/04/07 19:35:38
-rw-r--r-- | po/cs.po | 4 | ||||
-rw-r--r-- | po/es.po | 4 | ||||
-rw-r--r-- | po/fr.po | 4 | ||||
-rw-r--r-- | po/it.po | 4 | ||||
-rw-r--r-- | po/pl.po | 4 | ||||
-rw-r--r-- | po/pt_BR.po | 4 | ||||
-rw-r--r-- | po/sk.po | 4 | ||||
-rw-r--r-- | po/xine-lib.pot | 4 | ||||
-rw-r--r-- | src/video_out/video_out_xv.c | 4 |
9 files changed, 18 insertions, 18 deletions
@@ -2110,8 +2110,8 @@ msgstr "" #: src/video_out/video_out_xv.c:300 #, c-format msgid "" -"video_out_xv: shared memory error in shmget: %svideo_out_xv: => not using " -"MIT Shared Memory extension.\n" +"video_out_xv: shared memory error in shmget: %s\n" +"video_out_xv: => not using MIT Shared Memory extension.\n" msgstr "" #: src/video_out/video_out_xv.c:332 @@ -2092,8 +2092,8 @@ msgstr "" #: src/video_out/video_out_xv.c:300 #, c-format msgid "" -"video_out_xv: shared memory error in shmget: %svideo_out_xv: => not using " -"MIT Shared Memory extension.\n" +"video_out_xv: shared memory error in shmget: %s\n" +"video_out_xv: => not using MIT Shared Memory extension.\n" msgstr "" #: src/video_out/video_out_xv.c:332 @@ -2100,8 +2100,8 @@ msgstr "" #: src/video_out/video_out_xv.c:300 #, c-format msgid "" -"video_out_xv: shared memory error in shmget: %svideo_out_xv: => not using " -"MIT Shared Memory extension.\n" +"video_out_xv: shared memory error in shmget: %s\n" +"video_out_xv: => not using MIT Shared Memory extension.\n" msgstr "" #: src/video_out/video_out_xv.c:332 @@ -2139,8 +2139,8 @@ msgstr "" #: src/video_out/video_out_xv.c:300 #, c-format msgid "" -"video_out_xv: shared memory error in shmget: %svideo_out_xv: => not using " -"MIT Shared Memory extension.\n" +"video_out_xv: shared memory error in shmget: %s\n" +"video_out_xv: => not using MIT Shared Memory extension.\n" msgstr "" #: src/video_out/video_out_xv.c:332 @@ -2282,8 +2282,8 @@ msgstr "" #: src/video_out/video_out_xv.c:300 #, c-format msgid "" -"video_out_xv: shared memory error in shmget: %svideo_out_xv: => not using " -"MIT Shared Memory extension.\n" +"video_out_xv: shared memory error in shmget: %s\n" +"video_out_xv: => not using MIT Shared Memory extension.\n" msgstr "" #: src/video_out/video_out_xv.c:332 diff --git a/po/pt_BR.po b/po/pt_BR.po index e8a9de818..0d9e2ad67 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -2094,8 +2094,8 @@ msgstr "" #: src/video_out/video_out_xv.c:300 #, c-format msgid "" -"video_out_xv: shared memory error in shmget: %svideo_out_xv: => not using " -"MIT Shared Memory extension.\n" +"video_out_xv: shared memory error in shmget: %s\n" +"video_out_xv: => not using MIT Shared Memory extension.\n" msgstr "" #: src/video_out/video_out_xv.c:332 @@ -2098,8 +2098,8 @@ msgstr "" #: src/video_out/video_out_xv.c:300 #, c-format msgid "" -"video_out_xv: shared memory error in shmget: %svideo_out_xv: => not using " -"MIT Shared Memory extension.\n" +"video_out_xv: shared memory error in shmget: %s\n" +"video_out_xv: => not using MIT Shared Memory extension.\n" msgstr "" #: src/video_out/video_out_xv.c:332 diff --git a/po/xine-lib.pot b/po/xine-lib.pot index 53fd4cf9f..7c8d6127d 100644 --- a/po/xine-lib.pot +++ b/po/xine-lib.pot @@ -2067,8 +2067,8 @@ msgstr "" #: src/video_out/video_out_xv.c:300 #, c-format msgid "" -"video_out_xv: shared memory error in shmget: %svideo_out_xv: => not using " -"MIT Shared Memory extension.\n" +"video_out_xv: shared memory error in shmget: %s\n" +"video_out_xv: => not using MIT Shared Memory extension.\n" msgstr "" #: src/video_out/video_out_xv.c:332 diff --git a/src/video_out/video_out_xv.c b/src/video_out/video_out_xv.c index da57425bc..715b07761 100644 --- a/src/video_out/video_out_xv.c +++ b/src/video_out/video_out_xv.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: video_out_xv.c,v 1.193 2004/03/23 09:46:11 esnel Exp $ + * $Id: video_out_xv.c,v 1.194 2004/04/07 19:35:42 pmhahn Exp $ * * video_out_xv.c, X11 video extension interface for xine * @@ -297,7 +297,7 @@ static XvImage *create_ximage (xv_driver_t *this, XShmSegmentInfo *shminfo, if (shminfo->shmid < 0 ) { xprintf(this->xine, XINE_VERBOSITY_LOG, - _("video_out_xv: shared memory error in shmget: %s" + _("video_out_xv: shared memory error in shmget: %s\n" "video_out_xv: => not using MIT Shared Memory extension.\n"), strerror(errno)); this->use_shm = 0; goto finishShmTesting; |