diff options
Diffstat (limited to 'pluma/pluma-io-error-message-area.h')
-rw-r--r-- | pluma/pluma-io-error-message-area.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/pluma/pluma-io-error-message-area.h b/pluma/pluma-io-error-message-area.h index c0bbc612..2a7983cb 100644 --- a/pluma/pluma-io-error-message-area.h +++ b/pluma/pluma-io-error-message-area.h @@ -2,7 +2,7 @@ * pluma-io-error-message-area.h * This file is part of pluma * - * Copyright (C) 2005 - Paolo Maggi + * Copyright (C) 2005 - Paolo Maggi * * 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 @@ -16,14 +16,14 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, + * Foundation, Inc., 51 Franklin St, Fifth Floor, * Boston, MA 02110-1301, USA. */ - + /* - * Modified by the pluma Team, 2005. See the AUTHORS file for a - * list of people on the pluma Team. - * See the ChangeLog files for a list of changes. + * Modified by the pluma Team, 2005. See the AUTHORS file for a + * list of people on the pluma Team. + * See the ChangeLog files for a list of changes. * * $Id$ */ @@ -46,7 +46,7 @@ GtkWidget *pluma_conversion_error_while_saving_message_area_new (const gchar const PlumaEncoding *encoding, const GError *error); -const PlumaEncoding +const PlumaEncoding *pluma_conversion_error_message_area_get_encoding (GtkWidget *message_area); GtkWidget *pluma_file_already_open_warning_message_area_new (const gchar *uri); |