Mercurial > audlegacy-plugins
changeset 2084:371d9450c631
Fix default custom Tuplez format string.
author | Matti Hamalainen <ccr@tnsp.org> |
---|---|
date | Wed, 17 Oct 2007 23:09:30 +0300 |
parents | ba242a370bf6 |
children | 319930001524 |
files | src/sid/xs_config.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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