[vlc-commits] fluidsynth: correct sound font location in preferences

Rémi Denis-Courmont git at videolan.org
Fri May 13 22:21:14 CEST 2011


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Fri May 13 18:20:33 2011 +0300| [95aeef3ed444b9f4914221392a03116662dd0863] | committer: Rémi Denis-Courmont

fluidsynth: correct sound font location in preferences

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

 modules/codec/fluidsynth.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/modules/codec/fluidsynth.c b/modules/codec/fluidsynth.c
index 6d1e356..79ed0da 100644
--- a/modules/codec/fluidsynth.c
+++ b/modules/codec/fluidsynth.c
@@ -93,7 +93,8 @@ static int Open (vlc_object_t *p_this)
         dialog_Fatal (p_this, _("MIDI synthesis not set up"),
             _("A sound font file (.SF2) is required for MIDI synthesis.\n"
               "Please install a sound font and configure it "
-              "from the VLC preferences (Codecs / Audio / FluidSynth).\n"));
+              "from the VLC preferences "
+              "(Input / Codecs > Audio codecs > FluidSynth).\n"));
         return VLC_EGENERIC;
     }
 



More information about the vlc-commits mailing list