From e546c6a2a4be3f477f3554769e1d323e10894b04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E5=8D=9A=E4=BB=81?= Date: Mon, 12 Jun 2017 15:34:29 +0800 Subject: [PATCH] Update project site URLs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ๆž—ๅšไป --- README.md | 6 +++--- src/DialogAbout.cpp | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a5a5257..065fbaf 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # WinUSB+ -[![Latest Release](https://img.shields.io/github/release/slacka/WinUSB.svg)](https://github.com/slacka/WinUSB/releases) -[![WinUSB+ License](https://img.shields.io/badge/license-gpl-blue.svg)](https://github.com/slacka/WinUSB/blob/master/COPYING) +[![Latest Release](https://img.shields.io/github/release/slacka/WinUSBplus.svg)](https://github.com/slacka/WinUSBplus/releases) +[![WinUSB+ License](https://img.shields.io/badge/license-gpl-blue.svg)](https://github.com/slacka/WinUSBplus/blob/master/COPYING)
@@ -64,4 +64,4 @@ $ sudo make install ``` ## License -WinUSB+ is sold under the [GPL license](https://github.com/slacka/WinUSB/blob/master/COPYING). +WinUSB+ is sold under the [GPL license](https://github.com/slacka/WinUSBplus/blob/master/COPYING). diff --git a/src/DialogAbout.cpp b/src/DialogAbout.cpp index 1ea4b13..e3e0eb0 100755 --- a/src/DialogAbout.cpp +++ b/src/DialogAbout.cpp @@ -54,7 +54,7 @@ DialogAbout::DialogAbout( wxWindow* parent, wxWindowID id, const wxString& title // FIXME: Unable to make this page default // FIXME: Unable to show whole logo image - m_NotebookAutorLicence->AddPage(new PanelNoteBookAutors(m_NotebookAutorLicence, wxID_ANY, _T("slacka et. al."), _T("data/winusb+-logo.png"), _T("github.com/slacka/WinUSB")), _("Authors"), true); + m_NotebookAutorLicence->AddPage(new PanelNoteBookAutors(m_NotebookAutorLicence, wxID_ANY, _T("slacka et. al."), _T("data/winusb+-logo.png"), _T("github.com/slacka/WinUSBplus")), _("Authors"), true); m_NotebookAutorLicence->AddPage(new PanelNoteBookAutors(m_NotebookAutorLicence, wxID_ANY, _T("Colin GILLE / Congelli501"), _T("data/c501-logo.png"), _T("www.congelli.eu")), _("Original WinUSB Developer"), true);