# HG changeset patch # User Matti Hamalainen # Date 1192651770 -10800 # Node ID 371d9450c63142a370cfbc3cf5dfa330f10da0dc # Parent ba242a370bf610ac2f70e2e3b8d4e46e36b3d6df Fix default custom Tuplez format string. diff -r ba242a370bf6 -r 371d9450c631 src/sid/xs_config.c --- a/src/sid/xs_config.c Wed Oct 17 23:09:13 2007 +0300 +++ b/src/sid/xs_config.c Wed Oct 17 23:09:30 2007 +0300 @@ -285,7 +285,7 @@ #endif #ifdef AUDACIOUS_PLUGIN - xs_pstrcpy(&xs_cfg.titleFormat, "${artist} - ${title} (${copyright}) <${subtune}/${subtunes}> [${sid-model}/${sid-speed}]"); + xs_pstrcpy(&xs_cfg.titleFormat, "${artist} - ${title} (${copyright}) <${subsong-id}/${subsong-num}> [${sid-model}/${sid-speed}]"); #else xs_pstrcpy(&xs_cfg.titleFormat, "%p - %t (%c) <%n/%N> [%m/%C]"); #endif