[Compactpath-commit] SF.net SVN: compactpath: [18] trunk/src/compactpath/qt4/sample_gui.py
Status: Beta
Brought to you by:
jurner
|
From: <ju...@us...> - 2008-06-19 07:29:14
|
Revision: 18
http://compactpath.svn.sourceforge.net/compactpath/?rev=18&view=rev
Author: jurner
Date: 2008-06-19 00:29:11 -0700 (Thu, 19 Jun 2008)
Log Message:
-----------
minor change
Modified Paths:
--------------
trunk/src/compactpath/qt4/sample_gui.py
Modified: trunk/src/compactpath/qt4/sample_gui.py
===================================================================
--- trunk/src/compactpath/qt4/sample_gui.py 2008-06-19 07:28:41 UTC (rev 17)
+++ trunk/src/compactpath/qt4/sample_gui.py 2008-06-19 07:29:11 UTC (rev 18)
@@ -92,7 +92,7 @@
# default QLabel to see test label to see if our owner drawn labels are ok
- self.labelTest = QtGui.QLabel("sorry, no shortcuts, no rich text yet", self.mainWidget)
+ self.labelTest = QtGui.QLabel("no shortcuts, no rich text yet", self.mainWidget)
self.labelTest.setFrameStyle(frameStyle)
layout.addWidget(self.labelTest)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|