summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-04-18 14:15:33 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-04-18 14:15:33 +0000
commite83351eeff17fff26caef41187f669d3c19a73e8 (patch)
tree99277cc2610beb22783f13e41cd3130b09a2812f /ChangeLog
parent60736b9279a8533f6ecd10679a2f607dde7c0a67 (diff)
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cafac91c..35be7c26 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2006-04-18 Tim-Philipp Müller <tim at centricular dot net>
+ * 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.
+
+2006-04-18 Tim-Philipp Müller <tim at centricular dot net>
+
* sys/oss/gst-i18n-plugin.h:
Remove bogus file that doesn't belong here.