changeset 17576:387ecd448b30

main-windows.cc: Fixed typo in open_developer_page URL
author Andreas Weber <andy.weber.aw@gmail.com>
date Sat, 05 Oct 2013 12:13:01 +0200
parents 28b5f3f02426
children c702371ff6df 7af442c326a8
files libgui/src/main-window.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libgui/src/main-window.cc	Sat Oct 05 09:48:49 2013 +0200
+++ b/libgui/src/main-window.cc	Sat Oct 05 12:13:01 2013 +0200
@@ -273,7 +273,7 @@
 void
 main_window::open_developer_page (void)
 {
-  QDesktopServices::openUrl (QUrl ("http://ocxtave.org/get-involved.html"));
+  QDesktopServices::openUrl (QUrl ("http://octave.org/get-involved.html"));
 }
 
 void