comparison src/CoreAudio/about.c @ 2835:f1b6f1b2cdb3

fixed FSF address
author Andrew O. Shadoura <bugzilla@tut.by>
date Mon, 14 Jul 2008 03:35:13 +0300
parents bd3a24b39058
children
comparison
equal deleted inserted replaced
2834:b61d7e3837a5 2835:f1b6f1b2cdb3
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details. 12 * GNU General Public License for more details.
13 * 13 *
14 * You should have received a copy of the GNU General Public License 14 * You should have received a copy of the GNU General Public License
15 * along with this program; if not, write to the Free Software 15 * along with this program; if not, write to the Free Software
16 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 16 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17 */ 17 */
18 #include "coreaudio.h" 18 #include "coreaudio.h"
19 19
20 void osx_about(void) 20 void osx_about(void)
21 { 21 {
37 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n" 37 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
38 "GNU General Public License for more details.\n" 38 "GNU General Public License for more details.\n"
39 "\n" 39 "\n"
40 "You should have received a copy of the GNU General Public License\n" 40 "You should have received a copy of the GNU General Public License\n"
41 "along with this program; if not, write to the Free Software\n" 41 "along with this program; if not, write to the Free Software\n"
42 "Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,\n" 42 "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,\n"
43 "USA.","Ok", FALSE, NULL, NULL); 43 "USA.","Ok", FALSE, NULL, NULL);
44 gtk_signal_connect(GTK_OBJECT(dialog), "destroy", 44 gtk_signal_connect(GTK_OBJECT(dialog), "destroy",
45 GTK_SIGNAL_FUNC(gtk_widget_destroyed), 45 GTK_SIGNAL_FUNC(gtk_widget_destroyed),
46 &dialog); 46 &dialog);
47 } 47 }