@@ -1107,11 +1107,9 @@ def add_xydoc(text, pathlist):
1107
1107
1108
1108
# Adding external tools action to "Tools" menu
1109
1109
if self .external_tools_menu_actions :
1110
- external_tools_act = create_action (self , _ ("External Tools" ),
1111
- icon = "ext_tools.png" )
1110
+ external_tools_act = create_action (self , _ ("External Tools" ))
1112
1111
external_tools_act .setMenu (self .external_tools_menu )
1113
1112
self .tools_menu_actions += [None , external_tools_act ]
1114
- self .main_toolbar_actions .append (external_tools_act )
1115
1113
1116
1114
# Filling out menu/toolbar entries:
1117
1115
add_actions (self .file_menu , self .file_menu_actions )
@@ -2216,6 +2214,7 @@ def about(self):
2216
2214
"""<b>Spyder %s</b> %s
2217
2215
<br>The Scientific PYthon Development EnviRonment
2218
2216
<p>Copyright © 2009-2012 Pierre Raybaut
2217
+ <br>Copyright © 2010-1015 The Spyder Development Team
2219
2218
<br>Licensed under the terms of the MIT License
2220
2219
<p>Created by Pierre Raybaut
2221
2220
<br>Developed and maintained by the
@@ -2224,20 +2223,18 @@ def about(self):
2224
2223
<p>Most of the icons come from the Crystal Project
2225
2224
(© 2006-2007 Everaldo Coelho). Other icons by
2226
2225
<a href="http://p.yusukekamiyamane.com/"> Yusuke Kamiyamane</a>
2227
- (All rights reserved) and by
2226
+ (all rights reserved) and by
2228
2227
<a href="http://www.oxygen-icons.org/">
2229
2228
The Oxygen icon theme</a>.
2230
- <p>Spyder's community:
2231
- <ul><li>Bug reports and feature requests:
2232
- <a href="%s">Github</a>
2233
- </li><li>Discussions around the project:
2234
- <a href="%s">Google Group</a>
2235
- </li></ul>
2229
+ <p>For bug reports and feature requests, please go
2230
+ to our <a href="%s">Github website</a>. For discussions around the
2231
+ project, please go to our <a href="%s">Google Group</a>
2236
2232
<p>This project is part of a larger effort to promote and
2237
2233
facilitate the use of Python for scientific and engineering
2238
2234
software development. The popular Python distributions
2239
- <a href="http://code.google.com/p/pythonxy/">Python(x,y)</a> and
2240
- <a href="https://winpython.github.io/">WinPython</a>
2235
+ <a href="http://continuum.io/downloads">Anaconda</a>,
2236
+ <a href="https://winpython.github.io/">WinPython</a> and
2237
+ <a href="http://code.google.com/p/pythonxy/">Python(x,y)</a>
2241
2238
also contribute to this plan.
2242
2239
<p>Python %s %dbits, Qt %s, %s %s on %s"""
2243
2240
% (versions ['spyder' ], revlink , __project_url__ ,
0 commit comments