Mercurial > hg > easyhg
diff easyhg.py @ 264:3b8501070c21
* Fix typo. Uh
author | Chris Cannam |
---|---|
date | Wed, 12 Jan 2011 16:14:43 +0000 |
parents | a574b89bfddd |
children | ea6f76c0aa76 |
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_()