diff options
author | Vincent Untz <vuntz@gnome.org> | 2007-06-04 22:27:48 +0000 |
---|---|---|
committer | Vincent Untz <vuntz@gnome.org> | 2007-06-04 22:27:48 +0000 |
commit | c8e0949e5b24de6f343ed302c59be06116f5a14e (patch) | |
tree | d54d11c246682dcb92d8b0946c827631437c4cf0 | |
parent | 80a1c932b9e90caaf75857a3dd8ebfcd77fa93a5 (diff) |
add myself update URL of the desktop entry spec
2007-06-05 Vincent Untz <vuntz@gnome.org>
* AUTHORS: add myself
* src/validator.c: (main): update URL of the desktop entry spec
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | src/validator.c | 2 |
3 files changed, 7 insertions, 1 deletions
@@ -1,2 +1,3 @@ Havoc Pennington <hp@redhat.com> Alex Larsson <alexl@redhat.com> +Vincent Untz <vuntz@gnome.org> @@ -1,3 +1,8 @@ +2007-06-05 Vincent Untz <vuntz@gnome.org> + + * AUTHORS: add myself + * src/validator.c: (main): update URL of the desktop entry spec + 2007-06-04 Vincent Untz <vuntz@gnome.org> * src/install.c: (process_one_file): check if we have a vendor name diff --git a/src/validator.c b/src/validator.c index 2ab5215..9bd8117 100644 --- a/src/validator.c +++ b/src/validator.c @@ -49,7 +49,7 @@ main (int argc, char *argv[]) ".\n" "For information about this " "specification, see:\n\t" - "http://freedesktop.org/wiki/Standards/desktop-entry-spec"); + "http://freedesktop.org/wiki/Specifications/desktop-entry-spec"); g_option_context_add_main_entries (context, option_entries, NULL); error = NULL; |