comparison src/paranormal/plugin.c @ 150:a089e72f4c25 trunk

[svn] - fix for compile error via joecool
author nenolod
date Mon, 30 Oct 2006 23:07:00 -0800
parents fd9c0a5871ac
children 3c8ff183766f
comparison
equal deleted inserted replaced
149:fd9c0a5871ac 150:a089e72f4c25
255 vbox=gtk_vbox_new(FALSE, 4); 255 vbox=gtk_vbox_new(FALSE, 4);
256 gtk_container_add(GTK_CONTAINER(window), vbox); 256 gtk_container_add(GTK_CONTAINER(window), vbox);
257 gtk_container_set_border_width(GTK_CONTAINER(vbox), 8); 257 gtk_container_set_border_width(GTK_CONTAINER(vbox), 8);
258 gtk_widget_show(vbox); 258 gtk_widget_show(vbox);
259 259
260 label=gtk_label_new("\n\n Paranormal Visualization Studio " " VERSION "\n\n\ 260 label=gtk_label_new("\n\n Paranormal Visualization Studio " VERSION "\n\n\
261 Copyright (C) 2006, William Pitcock. <nenolod -at- nenolod.net>\n\ 261 Copyright (C) 2006, William Pitcock. <nenolod -at- nenolod.net>\n\
262 Copyright (C) 2001, Jamie Gennis. (jgennis@mindspring.com)\n\ 262 Copyright (C) 2001, Jamie Gennis. (jgennis@mindspring.com)\n\
263 \n\ 263 \n\
264 This program is free software; you can redistribute it and/or modify\n\ 264 This program is free software; you can redistribute it and/or modify\n\
265 it under the terms of the GNU General Public License as published by\n\ 265 it under the terms of the GNU General Public License as published by\n\