summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2007-06-04 22:27:48 +0000
committerVincent Untz <vuntz@gnome.org>2007-06-04 22:27:48 +0000
commitc8e0949e5b24de6f343ed302c59be06116f5a14e (patch)
treed54d11c246682dcb92d8b0946c827631437c4cf0
parent80a1c932b9e90caaf75857a3dd8ebfcd77fa93a5 (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--AUTHORS1
-rw-r--r--ChangeLog5
-rw-r--r--src/validator.c2
3 files changed, 7 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index c3a780f..fd6587d 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,2 +1,3 @@
Havoc Pennington <hp@redhat.com>
Alex Larsson <alexl@redhat.com>
+Vincent Untz <vuntz@gnome.org>
diff --git a/ChangeLog b/ChangeLog
index 3dbca7a..ace0ffd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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;