Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4798c4e commit f4b0681Copy full SHA for f4b0681
1 file changed
Mac/Tools/IDE/PythonIDEMain.py
@@ -14,7 +14,7 @@ class PythonIDE(Wapplication.Application):
14
15
def __init__(self):
16
self.preffilepath = ":Python:PythonIDE preferences"
17
- Wapplication.Application.__init__(self, 'Pyth')
+ Wapplication.Application.__init__(self, 'Pide')
18
import AE, AppleEvents
19
20
AE.AEInstallEventHandler(AppleEvents.kCoreEventClass, AppleEvents.kAEOpenApplication,
0 commit comments