summaryrefslogtreecommitdiffstats
path: root/vnc.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2009-01-23 11:13:11 -0500
committerChris Lumens <clumens@redhat.com>2009-02-09 11:31:06 -0500
commit087810f63d32edd5b88dbbbcda6a82f242339862 (patch)
tree04f1fd9c9b5104ac168af9b5a715c96d11648372 /vnc.py
parentd5806d9b1797646ff61102a63fa58888105f0e1c (diff)
downloadanaconda-087810f63d32edd5b88dbbbcda6a82f242339862.tar.gz
anaconda-087810f63d32edd5b88dbbbcda6a82f242339862.tar.xz
anaconda-087810f63d32edd5b88dbbbcda6a82f242339862.zip
Offer VNC by default, not text mode.
Diffstat (limited to 'vnc.py')
-rw-r--r--vnc.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/vnc.py b/vnc.py
index 4f17206c6..3e5d8139c 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()