Author: cazfi
Date: Thu Nov 10 06:39:51 2016
New Revision: 34471

URL: http://svn.gna.org/viewcvs/freeciv?rev=34471&view=rev
Log:
When mixer is not available, recommend SDL2_mixer instead of SDL1.2 mixer

See patch #7948

Modified:
    branches/S2_6/client/audio.c

Modified: branches/S2_6/client/audio.c
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_6/client/audio.c?rev=34471&r1=34470&r2=34471&view=diff
==============================================================================
--- branches/S2_6/client/audio.c        (original)
+++ branches/S2_6/client/audio.c        Thu Nov 10 06:39:51 2016
@@ -279,7 +279,7 @@
     /* We only have the dummy plugin, skip the code but issue an advertise */
     log_normal(_("No real audio plugin present."));
     log_normal(_("Proceeding with sound support disabled."));
-    log_normal(_("For sound support, install SDL_mixer"));
+    log_normal(_("For sound support, install SDL2_mixer"));
     log_normal("http://www.libsdl.org/projects/SDL_mixer/index.html";);
     ss_tagfile = NULL;
     ms_tagfile = NULL;


_______________________________________________
Freeciv-commits mailing list
Freeciv-commits@gna.org
https://mail.gna.org/listinfo/freeciv-commits

Reply via email to