changeset 264:3b8501070c21

* Fix typo. Uh
author Chris Cannam
date Wed, 12 Jan 2011 16:14:43 +0000
parents 25efd198e3d4
children 448c83f175ce
files easyhg.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/easyhg.py	Wed Jan 12 15:54:56 2011 +0000
+++ b/easyhg.py	Wed Jan 12 16:14:43 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_()