Mercurial > audlegacy-plugins
changeset 1894:01cd330758e0
Remove version identifier.
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Wed, 26 Sep 2007 12:22:54 -0500 |
parents | bf18b97eb700 |
children | 0df996944097 |
files | src/paranormal/cfg.c src/paranormal/paranormal.c |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/paranormal/cfg.c Wed Sep 26 12:21:35 2007 -0500 +++ b/src/paranormal/cfg.c Wed Sep 26 12:22:54 2007 -0500 @@ -501,7 +501,7 @@ { /* The dialog */ cfg_dialog = gtk_dialog_new (); - gtk_window_set_title (GTK_WINDOW (cfg_dialog), "Paranormal Visualization Studio - Editor (PNS " VERSION ")"); + gtk_window_set_title (GTK_WINDOW (cfg_dialog), "Paranormal Visualization Studio - Editor"); gtk_widget_set_usize (cfg_dialog, 530, 370); gtk_container_border_width (GTK_CONTAINER (cfg_dialog), 8); gtk_signal_connect_object (GTK_OBJECT (cfg_dialog), "delete-event",
--- a/src/paranormal/paranormal.c Wed Sep 26 12:21:35 2007 -0500 +++ b/src/paranormal/paranormal.c Wed Sep 26 12:22:54 2007 -0500 @@ -150,7 +150,7 @@ resize_video (1280, 1024); #endif - SDL_WM_SetCaption ("Paranormal Visualization Studio " VERSION, PACKAGE); + SDL_WM_SetCaption ("Paranormal Visualization Studio", PACKAGE); for(i=0; i<360; i++) {