From adee9db56646cc297fd226db983d40f3ba0d4793 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Mon, 14 May 2007 21:26:08 +0000 Subject: general cleanups for build warnings (Fixes bug #416196). Patch from 2007-05-14 Lucas Rocha * src/progress.c (zenity_progress_handle_stdin), src/option.c (zenity_create_context), src/about.c, src/notification.c (zenity_notification_handle_stdin): general cleanups for build warnings (Fixes bug #416196). Patch from Kjartan Maraas . svn path=/trunk/; revision=1208 --- src/about.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/about.c') diff --git a/src/about.c b/src/about.c index 0d92a902..434b7bb9 100644 --- a/src/about.c +++ b/src/about.c @@ -61,7 +61,7 @@ static const char *documenters[] = { static gchar *translators; -const char *license[] = { +static const char *license[] = { N_("This program is free software; you can redistribute it and/or modify " "it under the terms of the GNU General Public License as published by " "the Free Software Foundation; either version 2 of the License, or " -- cgit