Mercurial > audlegacy
changeset 1524:a2a3fd886132 trunk
[svn] - some cleanups
author | nenolod |
---|---|
date | Mon, 07 Aug 2006 21:56:22 -0700 |
parents | aa1e05d66f6d |
children | a830b959c061 |
files | ChangeLog Plugins/Visualization/paranormal/client.c |
diffstat | 2 files changed, 12 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Mon Aug 07 21:47:55 2006 -0700 +++ b/ChangeLog Mon Aug 07 21:56:22 2006 -0700 @@ -1,3 +1,13 @@ +2006-08-08 04:47:55 +0000 William Pitcock <nenolod@nenolod.net> + revision [1960] + - it might help if i actually ran bison on the script parser eh :) + + + Changes: Modified: + +1 -1 trunk/Plugins/Visualization/paranormal/pn/Makefile + +2009 -0 trunk/Plugins/Visualization/paranormal/pn/pnscriptparser.c + + 2006-08-08 04:44:23 +0000 William Pitcock <nenolod@nenolod.net> revision [1958] - gah
--- a/Plugins/Visualization/paranormal/client.c Mon Aug 07 21:47:55 2006 -0700 +++ b/Plugins/Visualization/paranormal/client.c Mon Aug 07 21:56:22 2006 -0700 @@ -91,7 +91,7 @@ NULL, /* handle */ NULL, /* filename */ 0, /* xmms_session */ - PACKAGE " " VERSION, + "Paranormal Visualization Studio " VERSION, 2, 2, pn_xmms_init, @@ -131,7 +131,7 @@ pn_xmms_vp.disable_plugin (&pn_xmms_vp); } - SDL_WM_SetCaption (PACKAGE " " VERSION, PACKAGE); + SDL_WM_SetCaption ("Paranormal Visualization Studio " VERSION, PACKAGE); /* Initialize Paranormal */ pn_init ();