OSDN Git Service

ヘルプページ・Google検索・Wikipedia等をHTTPSに対応したURLに変更
authorKimura Youichi <kim.upsilon@bucyou.net>
Sat, 30 Mar 2019 21:29:21 +0000 (06:29 +0900)
committerKimura Youichi <kim.upsilon@bucyou.net>
Sat, 6 Apr 2019 00:11:51 +0000 (09:11 +0900)
OpenTween/ApplicationSettings.cs
OpenTween/Properties/Resources.Designer.cs
OpenTween/Properties/Resources.en.resx
OpenTween/Properties/Resources.resx
OpenTween/Resources/ChangeLog.txt

index 425d0f9..2564a5f 100644 (file)
@@ -80,7 +80,7 @@ namespace OpenTween
         /// <summary>
         /// 「ヘルプ」メニューの「(アプリ名) ウェブサイト」クリック時に外部ブラウザで表示する URL
         /// </summary>
-        public const string WebsiteUrl = "http://sourceforge.jp/projects/opentween/wiki/FrontPage";
+        public const string WebsiteUrl = "https://www.opentween.org/";
 
         /// <summary>
         /// 「ヘルプ」メニューの「ショートカットキー一覧」クリック時に外部ブラウザで表示する URL
@@ -88,7 +88,7 @@ namespace OpenTween
         /// <remarks>
         /// Tween の Wiki ページのコンテンツはプロプライエタリなため転載不可
         /// </remarks>
-        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";
 
         //=====================================================================
         // アップデートチェック関連
index 83341ff..c503101 100644 (file)
@@ -2291,7 +2291,7 @@ namespace OpenTween.Properties {
         }
         
         /// <summary>
-        ///   http://ja.wikipedia.org/wiki/{0} に類似しているローカライズされた文字列を検索します。
+        ///   https://ja.wikipedia.org/w/index.php?search={0} に類似しているローカライズされた文字列を検索します。
         /// </summary>
         internal static string SearchItem1Url {
             get {
@@ -2300,7 +2300,7 @@ namespace OpenTween.Properties {
         }
         
         /// <summary>
-        ///   http://www.google.com/search?hl=ja&amp;q={0} に類似しているローカライズされた文字列を検索します。
+        ///   https://www.google.com/search?hl=ja&amp;q={0} に類似しているローカライズされた文字列を検索します。
         /// </summary>
         internal static string SearchItem2Url {
             get {
@@ -2309,7 +2309,7 @@ namespace OpenTween.Properties {
         }
         
         /// <summary>
-        ///   http://search.twitter.com/search?q={0} に類似しているローカライズされた文字列を検索します。
+        ///   https://twitter.com/search?q={0} に類似しているローカライズされた文字列を検索します。
         /// </summary>
         internal static string SearchItem4Url {
             get {
index a8e6780..a72192a 100644 (file)
     <value>Invalid setting value.</value>
   </data>
   <data name="SearchItem1Url" xml:space="preserve">
-    <value>http://en.wikipedia.org/wiki/{0}</value>
+    <value>https://en.wikipedia.org/w/index.php?search={0}</value>
   </data>
   <data name="SearchItem2Url" xml:space="preserve">
-    <value>http://www.google.com/search?q={0}</value>
+    <value>https://www.google.com/search?q={0}</value>
   </data>
   <data name="SearchItem4Url" xml:space="preserve">
-    <value>http://search.twitter.com/search?q={0}</value>
+    <value>https://twitter.com/search?q={0}</value>
   </data>
   <data name="SetFiltersText1" xml:space="preserve">
     <value>[User: {0}]  </value>
index 854332b..9795756 100644 (file)
     <value>設定値に誤りがあります。</value>
   </data>
   <data name="SearchItem1Url" xml:space="preserve">
-    <value>http://ja.wikipedia.org/wiki/{0}</value>
+    <value>https://ja.wikipedia.org/w/index.php?search={0}</value>
   </data>
   <data name="SearchItem2Url" xml:space="preserve">
-    <value>http://www.google.com/search?hl=ja&amp;q={0}</value>
+    <value>https://www.google.com/search?hl=ja&amp;q={0}</value>
   </data>
   <data name="SearchItem4Url" xml:space="preserve">
-    <value>http://search.twitter.com/search?q={0}</value>
+    <value>https://twitter.com/search?q={0}</value>
   </data>
   <data name="SetFiltersText1" xml:space="preserve">
     <value>[ユーザ・・・{0}]  </value>
index 9fb8cb4..c7267fd 100644 (file)
@@ -12,6 +12,7 @@
  * CHG: 廃止されたサービスのサムネイル表示対応を削除
  * CHG: サムネイル表示時にHTTPSが使用できるサービスではHTTPSを使用する
  * CHG: サービス終了したFavstarに関するメニュー項目を削除
+ * CHG: ヘルプページ・Google検索・Wikipedia等をHTTPSに対応したURLに変更
 
 ==== Ver 2.2.0(2018/11/03)
  * NEW: 絵文字に関する文字数カウントの新仕様に対応しました