Changeset 2913
- Timestamp:
- 05/27/05 17:50:26 (3 years ago)
- Files:
-
- Tuna/trunk/English.lproj/InfoPlist.strings (modified) (1 diff)
- Tuna/trunk/English.lproj/ReleaseNotes.rtf (modified) (3 diffs)
- Tuna/trunk/TNSessionController.m (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
Tuna/trunk/English.lproj/InfoPlist.strings
r2814 r2913 1 1 /* Localized versions of Info.plist keys */ 2 2 CFBundleName = "Tuna"; 3 CFBundleShortVersionString = "1.0 ";4 CFBundleGetInfoString = "1.0 , Copyright © 2005 Zanka Software.";3 CFBundleShortVersionString = "1.0.1"; 4 CFBundleGetInfoString = "1.0.1, Copyright © 2005 Zanka Software."; 5 5 NSHumanReadableCopyright = "Copyright © 2005 Zanka Software."; Tuna/trunk/English.lproj/ReleaseNotes.rtf
r2902 r2913 1 1 {\rtf1\mac\ansicpg10000\cocoartf824\cocoasubrtf100 2 2 {\fonttbl\f0\fswiss\fcharset77 Helvetica-Bold;\f1\fswiss\fcharset77 Helvetica;} 3 {\colortbl;\red255\green255\blue255;\red50\green100\blue255;\red50\green100\blue255;\red227\green211\blue34; 4 } 5 \vieww9600\viewh11200\viewkind0 3 {\colortbl;\red255\green255\blue255;\red50\green100\blue255;\red227\green211\blue34;} 6 4 \pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural 7 5 8 \f0\b\fs36 \cf2 Tuna 1.0 Release Notes6 \f0\b\fs36 \cf2 Tuna 1.0.1 Release Notes 9 7 \f1\b0\fs24 \ 10 8 \ … … 22 20 \ 23 21 \pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural 24 \cf 3Version History25 \f1\b0\fs24 \cf 4\22 \cf2 Version History 23 \f1\b0\fs24 \cf3 \ 26 24 \pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural 27 25 28 \f0\b \cf4 \ 29 \cf2 1.0 26 \f0\b \cf3 \ 27 \cf2 1.0.1 28 \f1\b0 \cf0 \ 29 - Use proper "\'b5s" time unit\ 30 \ 31 32 \f0\b \cf2 1.0 30 33 \f1\b0 \cf0 \ 31 34 - Initial release\ … … 34 37 \pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural 35 38 36 \f0\b\fs28 \cf 3License39 \f0\b\fs28 \cf2 License 37 40 \f1\b0\fs24 \cf0 \ 38 41 \ Tuna/trunk/TNSessionController.m
r2814 r2913 261 261 else if(time < 0.001) { 262 262 time *= 1000000.0; 263 unit = @"us";263 unit = [NSSWF:@"%Cs", 0x00B5]; 264 264 } 265 265 else if(time < 1.0) {
