From f1482d1be22da850eee8db1e597f5c555c16e42f Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Wed, 27 Nov 2013 20:58:25 +0100 Subject: [PATCH] Use the copyright character for the about dialogs --- src/common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common.c b/src/common.c index 862c3dc..3585e10 100644 --- a/src/common.c +++ b/src/common.c @@ -1,6 +1,6 @@ /* $Id$ */ static char const _copyright[] = -"Copyright (c) 2006-2013 Pierre Pronchery "; +"Copyright © 2006-2013 Pierre Pronchery "; /* This file is part of DeforaOS Desktop Mailer */ static char const _license[] = "This program is free software: you can redistribute it and/or modify\n"