[vlc-commits] ALSA: device name is not translatable

Rémi Denis-Courmont git at videolan.org
Thu Apr 7 23:19:39 CEST 2011


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Fri Apr  8 00:18:21 2011 +0300| [6478576188d00b4cd341b12c639a27e3be9c216e] | committer: Rémi Denis-Courmont

ALSA: device name is not translatable

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6478576188d00b4cd341b12c639a27e3be9c216e
---

 modules/audio_output/alsa.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/audio_output/alsa.c b/modules/audio_output/alsa.c
index 64e6b5d..2ee01ed 100644
--- a/modules/audio_output/alsa.c
+++ b/modules/audio_output/alsa.c
@@ -85,7 +85,7 @@ struct aout_sys_t
 /* Why not ? --Bozo */
 /* Right. --Meuuh */
 
-#define DEFAULT_ALSA_DEVICE N_("default")
+#define DEFAULT_ALSA_DEVICE "default"
 
 /*****************************************************************************
  * Local prototypes



More information about the vlc-commits mailing list