Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f4b0681

Browse files
author
Just van Rossum
committed
changed creator to 'Pide' -- jvr
1 parent 4798c4e commit f4b0681

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Mac/Tools/IDE/PythonIDEMain.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class PythonIDE(Wapplication.Application):
1414

1515
def __init__(self):
1616
self.preffilepath = ":Python:PythonIDE preferences"
17-
Wapplication.Application.__init__(self, 'Pyth')
17+
Wapplication.Application.__init__(self, 'Pide')
1818
import AE, AppleEvents
1919

2020
AE.AEInstallEventHandler(AppleEvents.kCoreEventClass, AppleEvents.kAEOpenApplication,

0 commit comments

Comments
 (0)