From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: poffice@blade.nagaokaut.ac.jp Delivered-To: poffice@blade.nagaokaut.ac.jp Received: from kankan.nagaokaut.ac.jp (kankan.nagaokaut.ac.jp [133.44.2.24]) by blade.nagaokaut.ac.jp (Postfix) with ESMTP id AA6331A00A08 for ; Tue, 29 Mar 2016 14:29:44 +0900 (JST) Received: from voscc.nagaokaut.ac.jp (voscc.nagaokaut.ac.jp [133.44.1.100]) by kankan.nagaokaut.ac.jp (Postfix) with ESMTP id E3D75B5D900 for ; Tue, 29 Mar 2016 15:06:31 +0900 (JST) Received: from neon.ruby-lang.org (neon.ruby-lang.org [221.186.184.75]) by voscc.nagaokaut.ac.jp (Postfix) with ESMTP id 50B2E18CC7E3 for ; Tue, 29 Mar 2016 15:06:32 +0900 (JST) Received: from [221.186.184.76] (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 3788F12049B; Tue, 29 Mar 2016 15:06:32 +0900 (JST) X-Original-To: ruby-core@ruby-lang.org Delivered-To: ruby-core@ruby-lang.org Received: from o10.shared.sendgrid.net (o10.shared.sendgrid.net [173.193.132.135]) by neon.ruby-lang.org (Postfix) with ESMTPS id C61A4120461 for ; Tue, 29 Mar 2016 15:06:28 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sendgrid.me; h=from:to:references:subject:mime-version:content-type:content-transfer-encoding:list-id; s=smtpapi; bh=EZT0NjRMN4l2QhL71cZZPGCS23k=; b=XSta6/5LdJID9GYoFH Utj2pKQMs02uRqjolmfjENK5L3wux9NgIeDVtY5y0s5ElkheIX0K7PCNJSHB0dTo cULCGQQAcr8MJ/VnQrHHIbWkaSZPoDKLFnX5B47MlLqrKsyxLODCIqklsquNk9Wo DzOrAK2juPKJfv4ud+juhWQKE= Received: by filter0480p1mdw1.sendgrid.net with SMTP id filter0480p1mdw1.31844.56FA1B5A20 2016-03-29 06:06:18.458294123 +0000 UTC Received: from herokuapp.com (ec2-50-19-35-212.compute-1.amazonaws.com [50.19.35.212]) by ismtpd0002p1iad1.sendgrid.net (SG) with ESMTP id kdd-nvtdQ5msh63cZqE23g for ; Tue, 29 Mar 2016 06:06:18.487 +0000 (UTC) Date: Tue, 29 Mar 2016 06:06:18 +0000 From: naruse@airemix.jp To: ruby-core@ruby-lang.org Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 49281 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 11886 X-Redmine-Issue-Author: matsuda X-Redmine-Issue-Assignee: nagai X-Redmine-Sender: naruse X-Mailer: Redmine X-Redmine-Host: bugs.ruby-lang.org X-Redmine-Site: Ruby Issue Tracking System X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-SG-EID: ync6xU2WACa70kv/Ymy4QrNMhiuLXJG8OTL2vJD1yS6ZlrYnhUU7omypf+MQ1DiyxO4a7wNYAGHrlZ sq5wvf+RAd4XCXsoVWXjgglie1uSfCSJN4Elcob4u0ZGD2CC2U1L2/Qy0sxQYAuS1HJ4DCQ3AOKUuc U8c7kY1+zLacJHyOjHDuMxvCRhu87EDQmaxtEEnuyyPh70m4NpB+2AkCjg== X-ML-Name: ruby-core X-Mail-Count: 74660 Subject: [ruby-core:74660] [Ruby trunk Bug#11886] Font name typo in Tk library and samples X-BeenThere: ruby-core@ruby-lang.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Ruby developers List-Id: Ruby developers List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ruby-core-bounces@ruby-lang.org Sender: "ruby-core" Issue #11886 has been updated by Yui NARUSE. Backport changed from 2.1: DONE, 2.2: DONE, 2.3: REQUIRED to 2.1: DONE, 2.2: DONE, 2.3: DONE ruby_2_3 r54365 merged revision(s) 54018. ---------------------------------------- Bug #11886: Font name typo in Tk library and samples https://bugs.ruby-lang.org/issues/11886#change-57787 * Author: Akira Matsuda * Status: Closed * Priority: Normal * Assignee: Hidetoshi Nagai * ruby -v: ruby 2.4.0dev (2015-12-27 trunk 53328) [x86_64-darwin14] * Backport: 2.1: DONE, 2.2: DONE, 2.3: DONE ---------------------------------------- There are some occurrences of "Helvetia 12 bold". Shouldn't this be "Helvetica"? ---Files-------------------------------- bug_11886.patch (3.18 KB) -- https://bugs.ruby-lang.org/