PERFORCE change 121254 for review

Andrew Turner andrew at FreeBSD.org
Sat Jun 9 08:22:06 UTC 2007


http://perforce.freebsd.org/chv.cgi?CH=121254

Change 121254 by andrew at andrew_hermies on 2007/06/09 08:21:35

	Corret the name of the local computer

Affected files ...

.. //depot/projects/soc2007/andrew-update/frontend/facund.py#6 edit

Differences ...

==== //depot/projects/soc2007/andrew-update/frontend/facund.py#6 (text+ko) ====

@@ -39,7 +39,7 @@
 
 if __name__ == "__main__":
 	model = facund.gui.ComputerTreeModel()
-	localComputer = facund.Computer("Fake disconnected computer", '/tmp/facund')
+	localComputer = facund.Computer("Local computer", '/tmp/facund')
 	model.addComputer(localComputer)
 
 	mainWindow = facund.gui.MainWindow('facund-fe.glade')


More information about the p4-projects mailing list