# HG changeset patch # User js # Date 1164390546 28800 # Node ID f4d7be3f1e05e77f62d5a9f81974d17e2a33f4bf # Parent 1b4c0face93ffaab3ed2c50b4422ccc5603aa940 [svn] Fixed wrong help, it has to be --with-rc-path. Found by Benny Siegert diff -r 1b4c0face93f -r f4d7be3f1e05 ChangeLog --- a/ChangeLog Fri Nov 24 04:49:53 2006 -0800 +++ b/ChangeLog Fri Nov 24 09:49:06 2006 -0800 @@ -1,3 +1,10 @@ +2006-11-24 12:49:53 +0000 Tony Vroon + revision [3001] + Updated translation by Yang Zhang aka program, closes bug #660. + trunk/po/zh_CN.po | 607 +++++++++++++++++++++++++++--------------------------- + 1 file changed, 304 insertions(+), 303 deletions(-) + + 2006-11-24 07:29:34 +0000 William Pitcock revision [2999] - init plugins before initalizing the skin system. diff -r 1b4c0face93f -r f4d7be3f1e05 configure.ac --- a/configure.ac Fri Nov 24 04:49:53 2006 -0800 +++ b/configure.ac Fri Nov 24 09:49:06 2006 -0800 @@ -58,7 +58,7 @@ AC_PATH_PROG(BEEP_PATH, audacious, no) AC_ARG_WITH(rc-path, - [ --rc-path=path Resource and configuration path for audacious relative to $HOME.], + [ --with-rc-path=path Resource and configuration path for audacious relative to $HOME.], [rc_path=$withval], [rc_path=.audacious] )