[or-cvs] r23871: {arm} Correcting mistake for clearing prompt made in the previous (arm/trunk/src/interface)
Damian Johnson
atagar1 at gmail.com
Sun Nov 28 09:45:38 UTC 2010
Author: atagar
Date: 2010-11-28 09:45:38 +0000 (Sun, 28 Nov 2010)
New Revision: 23871
Modified:
arm/trunk/src/interface/controller.py
Log:
Correcting mistake for clearing prompt made in the previous change.
Modified: arm/trunk/src/interface/controller.py
===================================================================
--- arm/trunk/src/interface/controller.py 2010-11-28 09:26:14 UTC (rev 23870)
+++ arm/trunk/src/interface/controller.py 2010-11-28 09:45:38 UTC (rev 23871)
@@ -1176,7 +1176,7 @@
setPauseState(panels, isPaused, page, True)
# provides prompt
- panels["control"].setMsg("This will clear the log. Are you sure (x again to confirm)?", curses.A_BOLD)
+ panels["control"].setMsg("This will clear the log. Are you sure (c again to confirm)?", curses.A_BOLD)
panels["control"].redraw(True)
curses.cbreak()
More information about the tor-commits
mailing list