# HG changeset patch # User Chris Cannam # Date 1294849888 0 # Node ID 448c83f175ce85985f43f8c621332f3e8616e044 # Parent 0fde7f1594d0839175bb997f4ca6b15a44448587# Parent 3b8501070c218e0d732951e2c429f7d14cf3a949 Merge diff -r 0fde7f1594d0 -r 448c83f175ce easyhg.py --- 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_()