From e83351eeff17fff26caef41187f669d3c19a73e8 Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Tue, 18 Apr 2006 14:15:33 +0000 Subject: Add translatable error message for when we cannot connect to the sound server, as "Cannot open resource for writing" ... Original commit message from CVS: * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare): * ext/esd/gstesd.c: (plugin_init): * po/POTFILES.in: Add translatable error message for when we cannot connect to the sound server, as "Cannot open resource for writing" isn't really an acceptable message to show to the user in this case. --- po/POTFILES.in | 1 + 1 file changed, 1 insertion(+) (limited to 'po') diff --git a/po/POTFILES.in b/po/POTFILES.in index a35c6c64..01434cf1 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,4 +1,5 @@ ext/libpng/gstpngdec.c +ext/esd/esdsink.c gst/avi/gstavimux.c gst/wavparse/gstwavparse.c sys/oss/gstossmixer.c -- cgit