eric6/Plugins/PluginEricdoc.py

changeset 7960
e8fc383322f7
parent 7923
91e843545d9a
child 8143
2c730d5fd177
equal deleted inserted replaced
7959:44e15eda6506 7960:e8fc383322f7
59 else: 59 else:
60 exe = os.path.join(getConfig("bindir"), exe) 60 exe = os.path.join(getConfig("bindir"), exe)
61 dataList.append({ 61 dataList.append({
62 "programEntry": True, 62 "programEntry": True,
63 "header": QCoreApplication.translate( 63 "header": QCoreApplication.translate(
64 "EricdocPlugin", "Eric6 Documentation Generator"), 64 "EricdocPlugin", "eric Documentation Generator"),
65 "exe": exe, 65 "exe": exe,
66 "versionCommand": '--version', 66 "versionCommand": '--version',
67 "versionStartsWith": 'eric6_', 67 "versionStartsWith": 'eric6_',
68 "versionPosition": -3, 68 "versionPosition": -3,
69 "version": "", 69 "version": "",

eric ide

mercurial