removing extra spaces

This commit is contained in:
Perberos 2011-11-24 15:18:12 -03:00
parent 584d672f06
commit 3676895ea7
1 changed files with 11 additions and 11 deletions

View File

@ -83,15 +83,15 @@ void _pluma_cmd_help_about(GtkAction* action, PlumaWindow* window)
pluma_debug (DEBUG_COMMANDS); pluma_debug (DEBUG_COMMANDS);
gtk_show_about_dialog (GTK_WINDOW (window), gtk_show_about_dialog(GTK_WINDOW(window),
"program-name", "Pluma", "program-name", "Pluma",
"authors", authors, "authors", authors,
"comments", _(comments), "comments", _(comments),
"copyright", copyright, "copyright", copyright,
"documenters", documenters, "documenters", documenters,
"logo_icon_name", "accessories-text-editor", "logo_icon_name", "accessories-text-editor",
"translator-credits", _("translator-credits"), "translator-credits", _("translator-credits"),
"version", VERSION, "version", VERSION,
"website", "http://matsusoft.com.ar/projects/mate/", "website", "http://matsusoft.com.ar/projects/mate/",
NULL); NULL);
} }