diff audacious/about.c @ 945:6b3750ab5eab trunk

[svn] - Tiny fix
author nhjm449
date Sun, 16 Apr 2006 17:51:07 -0700
parents 2d86cb17b5af
children e2dbacdab58a
line wrap: on
line diff
--- a/audacious/about.c	Sun Apr 16 16:38:46 2006 -0700
+++ b/audacious/about.c	Sun Apr 16 17:51:07 2006 -0700
@@ -39,7 +39,7 @@
         *mask_bitmap_window2 = NULL;
 
 static const gchar *audacious_brief = "<big><b>Audacious %s</b></big>\n\n"
-			"Copyright (c) 2005 - 2006 Audacious Development Team";
+			"Copyright (C) 2005-2006 Audacious Development Team";
     
 static gboolean
 on_about_window_expose(GtkWidget *widget, GdkEventExpose *expose, gpointer data)