Changeset 2913

Show
Ignore:
Timestamp:
05/27/05 17:50:26 (3 years ago)
Author:
morris
Message:

Use proper "us" time unit

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Tuna/trunk/English.lproj/InfoPlist.strings

    r2814 r2913  
    11/* Localized versions of Info.plist keys */ 
    22CFBundleName = "Tuna"; 
    3 CFBundleShortVersionString = "1.0"; 
    4 CFBundleGetInfoString = "1.0, Copyright © 2005 Zanka Software."; 
     3CFBundleShortVersionString = "1.0.1"; 
     4CFBundleGetInfoString = "1.0.1, Copyright © 2005 Zanka Software."; 
    55NSHumanReadableCopyright = "Copyright © 2005 Zanka Software."; 
  • Tuna/trunk/English.lproj/ReleaseNotes.rtf

    r2902 r2913  
    11{\rtf1\mac\ansicpg10000\cocoartf824\cocoasubrtf100 
    22{\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;} 
    64\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural 
    75 
    8 \f0\b\fs36 \cf2 Tuna 1.0 Release Notes 
     6\f0\b\fs36 \cf2 Tuna 1.0.1 Release Notes 
    97\f1\b0\fs24 \ 
    108\ 
     
    2220\ 
    2321\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural 
    24 \cf3 Version History 
    25 \f1\b0\fs24 \cf4
     22\cf2 Version History 
     23\f1\b0\fs24 \cf3
    2624\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural 
    2725 
    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 
    3033\f1\b0 \cf0 \ 
    3134- Initial release\ 
     
    3437\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural 
    3538 
    36 \f0\b\fs28 \cf3 License 
     39\f0\b\fs28 \cf2 License 
    3740\f1\b0\fs24 \cf0 \ 
    3841\ 
  • Tuna/trunk/TNSessionController.m

    r2814 r2913  
    261261        else if(time < 0.001) { 
    262262                time *= 1000000.0; 
    263                 unit = @"us"
     263                unit = [NSSWF:@"%Cs", 0x00B5]
    264264        } 
    265265        else if(time < 1.0) {