From 0c9ccd28c4189324fd88edfd114b2e6e06f68b47 Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Mon, 3 May 2010 17:17:32 +0200 Subject: fixed typo from the last commit --- src/Applet/CCApplet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Applet') diff --git a/src/Applet/CCApplet.cpp b/src/Applet/CCApplet.cpp index efbed8fd..b0da75c7 100644 --- a/src/Applet/CCApplet.cpp +++ b/src/Applet/CCApplet.cpp @@ -83,7 +83,7 @@ static GtkWidget *create_about_dialog() NULL}; const char *artists[] = {"Patrick Connelly ", - "Lapo Calamandrei" + "Lapo Calamandrei", NULL}; const char *comments = _("Notification area applet to notify user about " -- cgit