changeset 329:8fadb3f38445

Comments
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 18 Jan 2005 06:35:05 +0000
parents 7888e5d973b9
children e0abd282d6b7
files src/xs_about.c
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/xs_about.c	Tue Jan 18 06:30:03 2005 +0000
+++ b/src/xs_about.c	Tue Jan 18 06:35:05 2005 +0000
@@ -31,6 +31,10 @@
 #ifdef HAVE_THEMETUNE
 #include <xmms/xmmsctrl.h>
 
+/* (Included only if themetune support is enabled)
+ * Stop playing, add XMMS-SID themetune to playlist
+ * and start playing it.
+ */
 gint xs_about_theme(void)
 {
  const gint iSession = 0; /* Assume session 0 */
@@ -56,7 +60,7 @@
 
 
 /*
- * Execute the aboutbox
+ * Execute the about dialog
  */
 void xs_about(void)
 {