kopia lustrzana https://github.com/inkstitch/inkstitch
gettextify embroider_simulate.py
rodzic
1c0cb77085
commit
7a4a90cf75
|
@ -298,7 +298,7 @@ class SimulateEffect(inkex.Effect):
|
|||
def effect(self):
|
||||
patches = elements_to_patches(get_elements(self))
|
||||
app = wx.App()
|
||||
frame = EmbroiderySimulator(None, -1, "Embroidery Simulation", wx.DefaultPosition, size=(1000, 1000), patches=patches)
|
||||
frame = EmbroiderySimulator(None, -1, _("Embroidery Simulation"), wx.DefaultPosition, size=(1000, 1000), patches=patches)
|
||||
app.SetTopWindow(frame)
|
||||
frame.Show()
|
||||
wx.CallAfter(frame.go)
|
||||
|
|
Ładowanie…
Reference in New Issue