From b311acd01f149dcc7a8157fcf5c6231c242662c3 Mon Sep 17 00:00:00 2001 From: Stephannie Jimenez Date: Mon, 29 Mar 2021 19:11:28 -0500 Subject: [PATCH] fix tour icons --- spyder/app/tour.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/spyder/app/tour.py b/spyder/app/tour.py index 63aac2c7de0..387ab4ef944 100644 --- a/spyder/app/tour.py +++ b/spyder/app/tour.py @@ -115,7 +115,7 @@ def get_tour(index): environment. This tip panel supports rich text.
\
it also supports image insertion to the right so\ far", - 'image': 'tour-spyder-logo.png'}, + 'image': 'spyder_about'}, {'title': "Widget display", 'content': ("This show how a widget is displayed. The tip panel " @@ -152,7 +152,7 @@ def get_tour(index): "important features.

" "Please use the arrow keys or click on the buttons " "below to move along the tour."), - 'image': 'tour-spyder-logo.png'}, + 'image': 'spyder_about'}, {'title': _("Editor"), 'content': _("This is where you write Python code before " @@ -274,7 +274,7 @@ def get_tour(index): 'information, check out our ' 'documentation.' '

').format(__docs_url__), - 'image': 'tour-spyder-logo.png' + 'image': 'spyder_about' }, ] @@ -323,7 +323,7 @@ def get_tour(index): feat30 = [{'title': "New features in Spyder 3.0", 'content': _("Spyder is an interactive development " "environment based on bla"), - 'image': 'spyder.png'}, + 'image': 'spyder_about'}, {'title': _("Welcome to Spyder introduction tour"), 'content': _("Spyder is an interactive development environment "