diff options
author | Crispin Flowerday <gnome@flowerday.cx> | 2006-01-22 07:17:47 +0800 |
---|---|---|
committer | Crispin Flowerday <crispin@src.gnome.org> | 2006-01-22 07:17:47 +0800 |
commit | c7f3a04884cb186d86ec96ee8103c526a70d222e (patch) | |
tree | 36ff0f8cfd9ea4d8a75826e972f135d08b57fcae /src | |
parent | 3f95db7b9894d8c0d0d0c505be6b58cd93cec6ad (diff) | |
download | gsoc2013-epiphany-c7f3a04884cb186d86ec96ee8103c526a70d222e.tar gsoc2013-epiphany-c7f3a04884cb186d86ec96ee8103c526a70d222e.tar.gz gsoc2013-epiphany-c7f3a04884cb186d86ec96ee8103c526a70d222e.tar.bz2 gsoc2013-epiphany-c7f3a04884cb186d86ec96ee8103c526a70d222e.tar.lz gsoc2013-epiphany-c7f3a04884cb186d86ec96ee8103c526a70d222e.tar.xz gsoc2013-epiphany-c7f3a04884cb186d86ec96ee8103c526a70d222e.tar.zst gsoc2013-epiphany-c7f3a04884cb186d86ec96ee8103c526a70d222e.zip |
Put blank lines between the paragraphs in the licence dialog.
2006-01-21 Crispin Flowerday <gnome@flowerday.cx>
* src/window-commands.c (window_cmd_help_about):
Put blank lines between the paragraphs in the
licence dialog.
Diffstat (limited to 'src')
-rw-r--r-- | src/window-commands.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window-commands.c b/src/window-commands.c index f85966bd0..226d1e78a 100644 --- a/src/window-commands.c +++ b/src/window-commands.c @@ -745,7 +745,7 @@ window_cmd_help_about (GtkAction *action, char *licence; - licence = g_strdup_printf ("%s\n%s\n%s", + licence = g_strdup_printf ("%s\n\n%s\n\n%s", _(licence_part[0]), _(licence_part[1]), _(licence_part[2])); gtk_show_about_dialog (GTK_WINDOW (window), |