diff options
| author | Jiri Moskovcak <jmoskovc@redhat.com> | 2010-05-03 17:17:32 +0200 |
|---|---|---|
| committer | Jiri Moskovcak <jmoskovc@redhat.com> | 2010-05-03 17:17:32 +0200 |
| commit | 0c9ccd28c4189324fd88edfd114b2e6e06f68b47 (patch) | |
| tree | f35329df4262555e54e2c45dd2ea862bf227fdcd /src | |
| parent | d617a3aec771fb20ba6fc36014f020755b8a7e12 (diff) | |
fixed typo from the last commit
Diffstat (limited to 'src')
| -rw-r--r-- | src/Applet/CCApplet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 <pcon@fedoraproject.org>", - "Lapo Calamandrei" + "Lapo Calamandrei", NULL}; const char *comments = _("Notification area applet to notify user about " |
