Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Jun 2007 08:22:05 GMT
From:      Andrew Turner <andrew@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 121254 for review
Message-ID:  <200706090822.l598M56n050523@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=121254

Change 121254 by andrew@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')



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706090822.l598M56n050523>