[gtk+] GtkAboutDialog: Fix formatting of example email address in html



commit 051a7eceb10eef85558e534655437888558a3398
Author: Chris Mayo <aklhfex gmail com>
Date:   Tue Dec 27 16:14:09 2016 +0000

    GtkAboutDialog: Fix formatting of example email address in html
    
    Signed-off-by: Chris Mayo <aklhfex gmail com>
    
    https://bugzilla.gnome.org/show_bug.cgi?id=776524

 gtk/gtkaboutdialog.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkaboutdialog.c b/gtk/gtkaboutdialog.c
index 11f33b4..c527949 100644
--- a/gtk/gtkaboutdialog.c
+++ b/gtk/gtkaboutdialog.c
@@ -77,7 +77,7 @@
  * #GtkAboutDialog::activate-link signal.
  *
  * To specify a person with an email address, use a string like
- * "Edgar Allan Poe <edgar poe com>". To specify a website with a title,
+ * "Edgar Allan Poe <edgar\@poe.com>". To specify a website with a title,
  * use a string like "GTK+ team http://www.gtk.org";.
  *
  * To make constructing a GtkAboutDialog as convenient as possible, you can


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]