Changeset 4869

Show
Ignore:
Timestamp:
08/21/07 17:38:59 (1 year ago)
Author:
morris
Message:

Bump version number

Files:

Legend:

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

    r4714 r4869  
    11/* Localized versions of Info.plist keys */ 
    22CFBundleName = "Footagehead"; 
    3 CFBundleShortVersionString = "Footagehead 1.3"; 
    4 CFBundleGetInfoString = "Footagehead 1.3, Copyright 2003-2007 Zanka Software."; 
     3CFBundleShortVersionString = "Footagehead 1.3.1"; 
     4CFBundleGetInfoString = "Footagehead 1.3.1, Copyright 2003-2007 Zanka Software."; 
    55NSHumanReadableCopyright = "Copyright 2003-2007 Zanka Software."; 
  • Footagehead/trunk/English.lproj/ReleaseNotes.rtf

    r4857 r4869  
    1 {\rtf1\mac\ansicpg10000\cocoartf824\cocoasubrtf42
     1{\rtf1\mac\ansicpg10000\cocoartf824\cocoasubrtf41
    22{\fonttbl\f0\fswiss\fcharset77 Helvetica-Bold;\f1\fswiss\fcharset77 Helvetica;\f2\fswiss\fcharset77 Helvetica-Oblique; 
    33\f3\fnil\fcharset77 LucidaGrande;\f4\fnil\fcharset77 AppleSymbols;} 
     
    55\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural 
    66 
    7 \f0\b\fs36 \cf2 Footagehead 1.3 Release Notes 
     7\f0\b\fs36 \cf2 Footagehead 1.3.1 Release Notes 
    88\f1\b0\fs24 \cf0 \ 
    99\ 
     
    211211\f0\b \cf3 \ 
    212212\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural 
    213 \cf2 1.3 
     213\cf2 1.3.1 
     214\f1\b0 \cf0 \ 
     215- Add support for saving all images in the list to a local folder\ 
     216- Update the status bar after deleting a file to reflect correct count\ 
     217 
     218\f0\b \cf2 \ 
     2191.3 
    214220\f1\b0 \cf0 \ 
    215221- Progress indicator while loading remote images\ 
  • Footagehead/trunk/FHHandler.m

    r4725 r4869  
    174174        if(![file isDirectory]) 
    175175                _numberOfImages--; 
     176 
     177        _numberOfFiles--; 
    176178         
    177179        [_files removeObject:file];