cross-stitch

Interactively turn images into patterns for cross stitching
git clone git://src.adamsgaard.dk/cross-stitch
Log | Files | Refs

commit d1bd194309d42418844e41913a878eb31f2c9210
parent a07dc585ab94a620bd3911f76f146814380e6cd1
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Sat, 15 Feb 2014 15:43:33 +0100

changed title for main window

Diffstat:
Mcross-stitch.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cross-stitch.py b/cross-stitch.py @@ -76,7 +76,7 @@ class MainScreen(wx.Frame): self.InitPreview() self.SetSize((600, 600)) - self.SetTitle('Main menu') + self.SetTitle('Cross Stitch') self.Centre() self.Show(True)