Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdolfo Fitoria <adolfo.fitoria@gmail.com>2010-07-17 15:55:59 (GMT)
committer Adolfo Fitoria <adolfo.fitoria@gmail.com>2010-07-17 15:55:59 (GMT)
commitb02995f2d11fbeaaf251cc280d2879fa37f3d7c3 (patch)
tree6110493c7457a8f6fe754a8ebf796f2d39ba0dc4
parent73d9eb2fc0215f89c657adcbed9f4050ad89cb68 (diff)
parente7e7453f8736414077aaf0c78d4d5877a04b3dc2 (diff)
Merge branch 'joel'
-rwxr-xr-xahorcado.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ahorcado.py b/ahorcado.py
index 444f504..23d5a94 100755
--- a/ahorcado.py
+++ b/ahorcado.py
@@ -36,6 +36,7 @@ class Ahorcado:
self.imagen = gtk.Image()
self.instrucciones_label = gtk.Label(_('Instrucciones'))
self.instrucciones_label.set_justify(gtk.JUSTIFY_FILL)
+ self.instrucciones_label.set_line_wrap(gtk.TRUE)
self.aciertos_label = gtk.Label('Puntaje: 0')
self.errores_label = gtk.Label()
self.palabra_label = gtk.Label()