From 9679a83c9755d115c7a17d9eb71d1f2b39fccc33 Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Thu, 3 Feb 2011 02:39:56 +0000 Subject: [PATCH] a2 charset git-svn-id: svn://qnap.local/TwoTerm/trunk@2014 5590a31f-7b70-45f8-8c82-aa3a8e5f4507 --- CharacterGenerator.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CharacterGenerator.m b/CharacterGenerator.m index e0957ed..ffa5468 100644 --- a/CharacterGenerator.m +++ b/CharacterGenerator.m @@ -52,8 +52,8 @@ static CGImageRef PNGImage(NSString *path) mainBundle = [NSBundle mainBundle]; - //imagePath = [mainBundle pathForResource: @"a2-charset-80" ofType: @"png"]; - imagePath = [mainBundle pathForResource: @"vt100-charset" ofType: @"png"]; + imagePath = [mainBundle pathForResource: @"a2-charset-80" ofType: @"png"]; + //imagePath = [mainBundle pathForResource: @"vt100-charset" ofType: @"png"];