From 733c38850bded1a80ed040b051cf0039a4eb87f2 Mon Sep 17 00:00:00 2001 From: Metallicow Date: Mon, 20 Jan 2020 23:00:08 -0600 Subject: [PATCH] fix links http: -> https: --- wx/lib/agw/aui/dockart.py | 4 ++-- wx/lib/agw/aui/framemanager.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wx/lib/agw/aui/dockart.py b/wx/lib/agw/aui/dockart.py index f0c41bce..5de0ed88 100644 --- a/wx/lib/agw/aui/dockart.py +++ b/wx/lib/agw/aui/dockart.py @@ -926,11 +926,11 @@ class ModernDockArt(AuiDefaultDockArt): """ ModernDockArt is a custom `AuiDockArt` class, that implements a look similar to Firefox and other recents applications. - Is uses the `winxptheme `_ module and + Is uses the `winxptheme `_ module and XP themes whenever possible, so it should look good even if the user has a custom theme. :note: This dock art is Windows only and will only work if you have installed - Mark Hammond's `pywin32` module (http://sourceforge.net/projects/pywin32/). + Mark Hammond's `pywin32` module (https://sourceforge.net/projects/pywin32/). """ def __init__(self, win): diff --git a/wx/lib/agw/aui/framemanager.py b/wx/lib/agw/aui/framemanager.py index a16d2c93..87d04d54 100644 --- a/wx/lib/agw/aui/framemanager.py +++ b/wx/lib/agw/aui/framemanager.py @@ -4648,7 +4648,7 @@ class AuiManager(wx.EvtHandler): def CanUseModernDockArt(self): """ Returns whether :class:`dockart` can be used (Windows XP / Vista / 7 only, - requires Mark Hammonds's `pywin32 `_ package). + requires Mark Hammonds's `pywin32 `_ package). """ if not _winxptheme: