changeset 266:448c83f175ce

Merge
author Chris Cannam
date Wed, 12 Jan 2011 16:31:28 +0000
parents 0fde7f1594d0 (current diff) 3b8501070c21 (diff)
children 45f69889d28d
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/easyhg.py	Wed Jan 12 16:30:46 2011 +0000
+++ b/easyhg.py	Wed Jan 12 16:31:28 2011 +0000
@@ -58,7 +58,7 @@
     d = QtGui.QInputDialog()
     d.setInputMode(QtGui.QInputDialog.TextInput)
     d.setTextEchoMode(QtGui.QLineEdit.Normal)
-    d.setLabelText(prompt)
+    d.setLabelText(msg)
     d.setWindowTitle(_('EasyMercurial: Information'))
     d.show()
     d.raise_()