diff options
author | Piers Cornwell <piers@gnome.org> | 2004-03-19 00:52:57 +0800 |
---|---|---|
committer | Piers Cornwell <piers@src.gnome.org> | 2004-03-19 00:52:57 +0800 |
commit | feeb765e424dbbdeb63445f2d3ea63b5feb8dbfb (patch) | |
tree | 4aa100a5e7c33918912bf20b7c37c78263fb826c /src/window-commands.c | |
parent | 6c77c6b5406ee612da3708e88f48d78dd5cb2863 (diff) | |
download | gsoc2013-epiphany-feeb765e424dbbdeb63445f2d3ea63b5feb8dbfb.tar.gz gsoc2013-epiphany-feeb765e424dbbdeb63445f2d3ea63b5feb8dbfb.tar.zst gsoc2013-epiphany-feeb765e424dbbdeb63445f2d3ea63b5feb8dbfb.zip |
Make secure description better (Bug #136443).
2004-03-18 Piers Cornwell <piers@gnome.org>
* src/pdm-dialog.c: (show_cookies_properties):
Make secure description better (Bug #136443).
* src/window-commands.c: (window_cmd_help_about):
Add my email address.
* embed/mozilla/GtkNSSDialogs.cpp:
Include nsReadableUtils.h.
Diffstat (limited to 'src/window-commands.c')
-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 6ed3fa9ec..c07c54f87 100644 --- a/src/window-commands.c +++ b/src/window-commands.c @@ -946,7 +946,7 @@ window_cmd_help_about (GtkAction *action, char *documenters[] = { "Patanjali Somayaji <patanjali@codito.com>", "David Bordoley <bordoley@msu.edu>", - "Piers Cornwell", + "Piers Cornwell <piers@gnome.org>", NULL }; |