Mercurial > audlegacy
changeset 943:0606d7908abb trunk
[svn] - New default titlestring
author | nhjm449 |
---|---|
date | Sun, 16 Apr 2006 14:37:40 -0700 |
parents | 84693c7f096d |
children | 03d141f44b4d |
files | audacious/main.c |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/audacious/main.c Sat Apr 15 20:12:29 2006 -0700 +++ b/audacious/main.c Sun Apr 16 14:37:40 2006 -0700 @@ -218,6 +218,9 @@ "%t", "%p - %t", "%p - %a - %t", + "%p - %{a:%a - %}%t", + "%{p:%p - %}%{a:%a - %}%{n:%n. %}%t", + "%{p:%p %}%{a:[ %a ] %}%{p:- %}%{n:%n. %}%{t:%t%}", "%a - %t" }; @@ -501,7 +504,7 @@ cfg.mainwin_font = g_strdup(MAINWIN_DEFAULT_FONT); if (!cfg.gentitle_format) - cfg.gentitle_format = g_strdup("%p - %a - %t"); + cfg.gentitle_format = g_strdup("%{p:%p %}%{a:[ %a ] %}%{p:- %}%{n:%n. %}%{t:%t%}"); if (!cfg.outputplugin) { #ifdef HAVE_OSS