From: <cl...@us...> - 2003-02-23 01:40:04
|
Update of /cvsroot/todo-manager/todo-manager In directory sc8-pr-cvs1:/tmp/cvs-serv13574 Modified Files: Tag: branch-0_70 main.py Log Message: Merging this in from the main branch Index: main.py =================================================================== RCS file: /cvsroot/todo-manager/todo-manager/main.py,v retrieving revision 1.67 retrieving revision 1.67.2.1 diff -u -d -r1.67 -r1.67.2.1 --- main.py 21 Jan 2003 03:38:05 -0000 1.67 +++ main.py 23 Feb 2003 01:40:01 -0000 1.67.2.1 @@ -628,7 +628,7 @@ self.__open_url(help_file, ui) def show_home_page(self, ui=None): - self.__open_url("http://todo-manager.sf.net", ui) + self.__open_url("http://todo-manager.sourceforge.net", ui) def __open_url(self, url, ui=None): # If the user specified a web browser then use it if possible |