[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[PATCH] Offer VNC by default, not text mode.
- From: Chris Lumens <clumens redhat com>
- To: anaconda-devel-list redhat com
- Cc:
- Subject: [PATCH] Offer VNC by default, not text mode.
- Date: Thu, 5 Feb 2009 13:27:47 -0500
---
vnc.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/vnc.py b/vnc.py
index 4f17206..3e5d813 100644
--- a/vnc.py
+++ b/vnc.py
@@ -352,8 +352,8 @@ def askVncWindow(title = None, message = None):
while step < STEP_DONE:
if step == STEP_MESSAGE:
button = ButtonChoiceWindow(screen, title, message,
- buttons = [ _("Use text mode"),
- _("Start VNC") ])
+ buttons = [ _("Start VNC"),
+ _("Use text mode") ])
if button == string.lower (_("Use text mode")):
screen.finish()
--
1.6.0.3
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]