From eaf1f35e728ff2dd09734c9e714c3e13e3ee1e41 Mon Sep 17 00:00:00 2001 From: Kimura Youichi Date: Sun, 31 Mar 2019 06:29:21 +0900 Subject: [PATCH] =?utf8?q?=E3=83=98=E3=83=AB=E3=83=97=E3=83=9A=E3=83=BC?= =?utf8?q?=E3=82=B8=E3=83=BBGoogle=E6=A4=9C=E7=B4=A2=E3=83=BBWikipedia?= =?utf8?q?=E7=AD=89=E3=82=92HTTPS=E3=81=AB=E5=AF=BE=E5=BF=9C=E3=81=97?= =?utf8?q?=E3=81=9FURL=E3=81=AB=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- OpenTween/ApplicationSettings.cs | 4 ++-- OpenTween/Properties/Resources.Designer.cs | 6 +++--- OpenTween/Properties/Resources.en.resx | 6 +++--- OpenTween/Properties/Resources.resx | 6 +++--- OpenTween/Resources/ChangeLog.txt | 1 + 5 files changed, 12 insertions(+), 11 deletions(-) diff --git a/OpenTween/ApplicationSettings.cs b/OpenTween/ApplicationSettings.cs index 425d0f99..2564a5f8 100644 --- a/OpenTween/ApplicationSettings.cs +++ b/OpenTween/ApplicationSettings.cs @@ -80,7 +80,7 @@ namespace OpenTween /// /// 「ヘルプ」メニューの「(アプリ名) ウェブサイト」クリック時に外部ブラウザで表示する URL /// - public const string WebsiteUrl = "http://sourceforge.jp/projects/opentween/wiki/FrontPage"; + public const string WebsiteUrl = "https://www.opentween.org/"; /// /// 「ヘルプ」メニューの「ショートカットキー一覧」クリック時に外部ブラウザで表示する URL @@ -88,7 +88,7 @@ namespace OpenTween /// /// Tween の Wiki ページのコンテンツはプロプライエタリなため転載不可 /// - public const string ShortcutKeyUrl = "http://sourceforge.jp/projects/tween/wiki/%E3%82%B7%E3%83%A7%E3%83%BC%E3%83%88%E3%82%AB%E3%83%83%E3%83%88%E3%82%AD%E3%83%BC"; + public const string ShortcutKeyUrl = "https://ja.osdn.net/projects/tween/wiki/%E3%82%B7%E3%83%A7%E3%83%BC%E3%83%88%E3%82%AB%E3%83%83%E3%83%88%E3%82%AD%E3%83%BC"; //===================================================================== // アップデートチェック関連 diff --git a/OpenTween/Properties/Resources.Designer.cs b/OpenTween/Properties/Resources.Designer.cs index 83341ff8..c5031014 100644 --- a/OpenTween/Properties/Resources.Designer.cs +++ b/OpenTween/Properties/Resources.Designer.cs @@ -2291,7 +2291,7 @@ namespace OpenTween.Properties { } /// - /// http://ja.wikipedia.org/wiki/{0} に類似しているローカライズされた文字列を検索します。 + /// https://ja.wikipedia.org/w/index.php?search={0} に類似しているローカライズされた文字列を検索します。 /// internal static string SearchItem1Url { get { @@ -2300,7 +2300,7 @@ namespace OpenTween.Properties { } /// - /// http://www.google.com/search?hl=ja&q={0} に類似しているローカライズされた文字列を検索します。 + /// https://www.google.com/search?hl=ja&q={0} に類似しているローカライズされた文字列を検索します。 /// internal static string SearchItem2Url { get { @@ -2309,7 +2309,7 @@ namespace OpenTween.Properties { } /// - /// http://search.twitter.com/search?q={0} に類似しているローカライズされた文字列を検索します。 + /// https://twitter.com/search?q={0} に類似しているローカライズされた文字列を検索します。 /// internal static string SearchItem4Url { get { diff --git a/OpenTween/Properties/Resources.en.resx b/OpenTween/Properties/Resources.en.resx index a8e6780a..a72192a1 100644 --- a/OpenTween/Properties/Resources.en.resx +++ b/OpenTween/Properties/Resources.en.resx @@ -385,13 +385,13 @@ Invalid setting value. - http://en.wikipedia.org/wiki/{0} + https://en.wikipedia.org/w/index.php?search={0} - http://www.google.com/search?q={0} + https://www.google.com/search?q={0} - http://search.twitter.com/search?q={0} + https://twitter.com/search?q={0} [User: {0}] diff --git a/OpenTween/Properties/Resources.resx b/OpenTween/Properties/Resources.resx index 854332bf..97957568 100644 --- a/OpenTween/Properties/Resources.resx +++ b/OpenTween/Properties/Resources.resx @@ -416,13 +416,13 @@ 設定値に誤りがあります。 - http://ja.wikipedia.org/wiki/{0} + https://ja.wikipedia.org/w/index.php?search={0} - http://www.google.com/search?hl=ja&q={0} + https://www.google.com/search?hl=ja&q={0} - http://search.twitter.com/search?q={0} + https://twitter.com/search?q={0} [ユーザ・・・{0}] diff --git a/OpenTween/Resources/ChangeLog.txt b/OpenTween/Resources/ChangeLog.txt index 9fb8cb4f..c7267fd4 100644 --- a/OpenTween/Resources/ChangeLog.txt +++ b/OpenTween/Resources/ChangeLog.txt @@ -12,6 +12,7 @@ * CHG: 廃止されたサービスのサムネイル表示対応を削除 * CHG: サムネイル表示時にHTTPSが使用できるサービスではHTTPSを使用する * CHG: サービス終了したFavstarに関するメニュー項目を削除 + * CHG: ヘルプページ・Google検索・Wikipedia等をHTTPSに対応したURLに変更 ==== Ver 2.2.0(2018/11/03) * NEW: 絵文字に関する文字数カウントの新仕様に対応しました -- 2.11.0