Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/turtleart.py
diff options
context:
space:
mode:
authorU-BRIAN-X60\Brian Silverman <Brian Silverman@Brian-X60.(none)>2007-12-08 23:39:14 (GMT)
committer U-BRIAN-X60\Brian Silverman <Brian Silverman@Brian-X60.(none)>2007-12-08 23:39:14 (GMT)
commit68095338e340122c0c78793ed7cdaf2d0df4835e (patch)
treea911b095de0be440d97c4ca5efe589cbf0001428 /turtleart.py
parenta705ec6401be821f25147470c668f5de2d273ef8 (diff)
Added Spanish blocks
Diffstat (limited to 'turtleart.py')
-rwxr-xr-xturtleart.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/turtleart.py b/turtleart.py
index 3b698a6..32e7e63 100755
--- a/turtleart.py
+++ b/turtleart.py
@@ -9,7 +9,7 @@ from tawindow import *
def main():
win1 = gtk.Window(gtk.WINDOW_TOPLEVEL)
- twNew(win1, os.path.abspath('.'))
+ twNew(win1, os.path.abspath('.'),'es')
win1.connect("destroy", lambda w: gtk.main_quit())
# win2 = gtk.Window(gtk.WINDOW_TOPLEVEL)
# twNew(win2, os.path.abspath('.'))