[drwright] Fix a compile warning



commit 33b9af14e6c5d1c043213db33927dc61e80da02f
Author: Christian Persch <chpe gnome org>
Date:   Wed Feb 2 20:30:41 2011 +0100

    Fix a compile warning

 src/drwright.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/drwright.c b/src/drwright.c
index 5fa4561..89854d6 100644
--- a/src/drwright.c
+++ b/src/drwright.c
@@ -652,7 +652,7 @@ popup_about_cb (GtkAction *action, DrWright *dr)
 	};
 
 	for (i = 0; authors [i]; i++)
-		authors [i] = _(authors [i]);
+		authors [i] = (char *) _(authors [i]);
 
 	gtk_show_about_dialog (NULL,
 			       "authors", authors,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]