Mercurial > audlegacy-plugins
diff src/lirc/about.c @ 2277:5e54ffc4f46f
Apply lirc patch from bugzilla. (Bugzilla #62).
| author | Andrew O. Shadoura <bugzilla@tut.by> |
|---|---|
| date | Tue, 01 Jan 2008 16:03:44 -0600 |
| parents | 5e88191720a7 |
| children | 3134a0987162 |
line wrap: on
line diff
--- a/src/lirc/about.c Thu Dec 27 20:50:05 2007 +0100 +++ b/src/lirc/about.c Tue Jan 01 16:03:44 2008 -0600 @@ -96,8 +96,9 @@ "from the XMMS LIRC plugin by:\n" "Carl van Schaik <carl@leg.uct.ac.za>\n" "Christoph Bartelmus <xmms@bartelmus.de>\n" +"Andrew O. Shadoura <bugzilla@tut.by>\n" "You can get LIRC information at:\n" -"http://fsinfo.cs.uni-sb.de/~columbus/lirc/index.html")); +"http://lirc.org")); label=gtk_label_new( logo_text->str ); g_string_free( logo_text, TRUE );
