summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--README2
-rw-r--r--src/cheese-window.c2
3 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 139e6ded..1dc65377 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-11-13 daniel g. siegel <dgsiegel@gmail.com>
+
+ * README,
+ src/cheese-window.c:
+ change the cheese homepage to projects.gnome.org
+
2008-11-11 daniel g. siegel <dgsiegel@gmail.com>
* src/cheese-gconf.c:
diff --git a/README b/README
index 40e44591..b3b0ced8 100644
--- a/README
+++ b/README
@@ -29,7 +29,7 @@ Cheese currently requires:
- a brain
The official website is:
- http://www.gnome.org/projects/cheese
+ http://projects.gnome.org/cheese
How to get your camera working:
To get your camera working with cheese, you will have to ensure that it works
diff --git a/src/cheese-window.c b/src/cheese-window.c
index 52fce776..b12dd865 100644
--- a/src/cheese-window.c
+++ b/src/cheese-window.c
@@ -1018,7 +1018,7 @@ cheese_window_cmd_about (GtkAction *action, CheeseWindow *cheese_window)
"translator-credits", translators,
"artists", artists,
"documenters", documenters,
- "website", "http://www.gnome.org/projects/cheese",
+ "website", "http://projects.gnome.org/cheese",
"website-label", _("Cheese Website"),
"logo-icon-name", "cheese",
"wrap-license", TRUE,